#D0F453

Color #D0F453 Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #D0F453

Tints of Mindaro #D0F453

Color information

#D0F453 (or 0xD0F453) is unknown color: approx Mindaro. HEX triplet: D0, F4 and 53. RGB value is (208,244,83). Sum of RGB (Red+Green+Blue) = 208+244+83=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 83 (32.81% from 255 or 15.51% from 535); Max value from RGB is 244 - color contains mainly: green. Hex color #D0F453 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F453 is #2F0BAC. Grayscale: #D7D7D7. Windows color (decimal): -3083181 or 5502160. OLE color: 5502160.

HSL color Cylindrical-coordinate representation of color #D0F453: hue angle of 73.42º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D0F453 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB20824483-
CMYK0.1500.660.04
HSL73.42º87.98%64.12%-
HSV(B)73.42º65.98%95.69%-
XYZ59.9278.7420.22-
YUV214.8853.57123.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 244 (95.70% from 255) = 45.61%
BLUE value IS 83 (32.81% from 255) = 15.51%
R=38.88%
G=45.61%
B=15.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal208244830.1500.660.0473.4287.9864.12
HexD0F453F0424495840
Octal3203641231701024111130100
Binary11010000111101001010011111101000010100100100110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F453; }

 p { color: rgb(208,244,83); }

 H1.HeaderClassName
 {
   color: #D0F453;
 }
 .AnyTagClassName
 {
   color: #D0F453;
 }
</style>
background-color css

<style>
 a { background-color: #D0F453; }

 a { background-color: rgb(208,244,83); }

 div.DivClassName
 {
   background-color: #D0F453;
 }
 .BgClassName
 {
   background-color: #D0F453;
 }
</style>
border-color css

<style>
 span { border-color: #D0F453; }

 span { border-color: rgb(208,244,83); }

 td.TdClassName
 {
   border-color: #D0F453;
 }
 .TagClassName
 {
   border-color: #D0F453;
 }
</style>