#D2F374

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

Shades of Mindaro #D2F374

Tints of Mindaro #D2F374

Color information

#D2F374 (or 0xD2F374) is unknown color: approx Mindaro. HEX triplet: D2, F3 and 74. RGB value is (210,243,116). Sum of RGB (Red+Green+Blue) = 210+243+116=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 243 (95.31% from 255 or 42.71% from 569); Blue value is 116 (45.70% from 255 or 20.39% from 569); Max value from RGB is 243 - color contains mainly: green. Hex color #D2F374 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F374 is #2D0C8B. Grayscale: #DBDBDB. Windows color (decimal): -2952332 or 7664594. OLE color: 7664594.

HSL color Cylindrical-coordinate representation of color #D2F374: hue angle of 75.59º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D2F374 is Cyan = 0.14, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB210243116-
CMYK0.1400.520.05
HSL75.59º84.11%70.39%-
HSV(B)75.59º52.26%95.29%-
XYZ61.7879.0628.53-
YUV218.6570.07121.83-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 243 (95.31% from 255) = 42.71%
BLUE value IS 116 (45.70% from 255) = 20.39%
R=36.91%
G=42.71%
B=20.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102431160.1400.520.0575.5984.1170.39
HexD2F374E03454c5446
Octal322363164160645114124106
Binary1101001011110011111010011100110100101100110010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F374; }

 p { color: rgb(210,243,116); }

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

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

 a { background-color: rgb(210,243,116); }

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

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

 span { border-color: rgb(210,243,116); }

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