#D2F762

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

Shades of Mindaro #D2F762

Tints of Mindaro #D2F762

Color information

#D2F762 (or 0xD2F762) is unknown color: approx Mindaro. HEX triplet: D2, F7 and 62. RGB value is (210,247,98). Sum of RGB (Red+Green+Blue) = 210+247+98=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 98 (38.67% from 255 or 17.66% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #D2F762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F762 is #2D089D. Grayscale: #DBDBDB. Windows color (decimal): -2951326 or 6485970. OLE color: 6485970.

HSL color Cylindrical-coordinate representation of color #D2F762: hue angle of 74.9º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D2F762 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB21024798-
CMYK0.1500.600.03
HSL74.9º90.3%67.65%-
HSV(B)74.9º60.32%96.86%-
XYZ62.0481.1123.94-
YUV218.9559.74121.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.84%
GREEN value IS 247 (96.88% from 255) = 44.50%
BLUE value IS 98 (38.67% from 255) = 17.66%
R=37.84%
G=44.50%
B=17.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal210247980.1500.600.0374.990.367.65
HexD2F762F03C34b5a44
Octal322367142170743113132104
Binary110100101111011111000101111011110011100101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F762; }

 p { color: rgb(210,247,98); }

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

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

 a { background-color: rgb(210,247,98); }

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

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

 span { border-color: rgb(210,247,98); }

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