#D2FF72

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

Shades of Mindaro #D2FF72

Tints of Mindaro #D2FF72

Color information

#D2FF72 (or 0xD2FF72) is unknown color: approx Mindaro. HEX triplet: D2, FF and 72. RGB value is (210,255,114). Sum of RGB (Red+Green+Blue) = 210+255+114=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 114 (44.92% from 255 or 19.69% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #D2FF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2FF72 is #2D008D. Grayscale: #E1E1E1. Windows color (decimal): -2949262 or 7536594. OLE color: 7536594.

HSL color Cylindrical-coordinate representation of color #D2FF72: hue angle of 79.15º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D2FF72 is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB210255114-
CMYK0.1800.550
HSL79.15º100%72.35%-
HSV(B)79.15º55.29%100%-
XYZ65.3886.4429.16-
YUV225.4765.09116.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.27%
GREEN value IS 255 (100% from 255) = 44.04%
BLUE value IS 114 (44.92% from 255) = 19.69%
R=36.27%
G=44.04%
B=19.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2102551140.1800.55079.1510072.35
HexD2FF721203704f6448
Octal322377162220670117144110
Binary110100101111111111100101001001101110100111111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FF72; }

 p { color: rgb(210,255,114); }

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

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

 a { background-color: rgb(210,255,114); }

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

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

 span { border-color: rgb(210,255,114); }

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