#D2F671

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

Shades of Mindaro #D2F671

Tints of Mindaro #D2F671

Color information

#D2F671 (or 0xD2F671) is unknown color: approx Mindaro. HEX triplet: D2, F6 and 71. RGB value is (210,246,113). Sum of RGB (Red+Green+Blue) = 210+246+113=569 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.91% from 569); Green value is 246 (96.48% from 255 or 43.23% from 569); Blue value is 113 (44.53% from 255 or 19.86% from 569); Max value from RGB is 246 - color contains mainly: green. Hex color #D2F671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F671 is #2D098E. Grayscale: #DCDCDC. Windows color (decimal): -2951567 or 7468754. OLE color: 7468754.

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

Color convert

RGB210246113-
CMYK0.1500.540.04
HSL76.24º88.08%70.39%-
HSV(B)76.24º54.07%96.47%-
XYZ62.5180.8127.92-
YUV220.0767.57120.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.91%
GREEN value IS 246 (96.48% from 255) = 43.23%
BLUE value IS 113 (44.53% from 255) = 19.86%
R=36.91%
G=43.23%
B=19.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102461130.1500.540.0476.2488.0870.39
HexD2F671F03644c5846
Octal322366161170664114130106
Binary1101001011110110111000111110110110100100110010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F671; }

 p { color: rgb(210,246,113); }

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

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

 a { background-color: rgb(210,246,113); }

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

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

 span { border-color: rgb(210,246,113); }

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