#D2F272

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

Shades of Mindaro #D2F272

Tints of Mindaro #D2F272

Color information

#D2F272 (or 0xD2F272) is unknown color: approx Mindaro. HEX triplet: D2, F2 and 72. RGB value is (210,242,114). Sum of RGB (Red+Green+Blue) = 210+242+114=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F272 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D2F272 is #2D0D8D. Grayscale: #DADADA. Windows color (decimal): -2952590 or 7533266. OLE color: 7533266.

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

Color convert

RGB210242114-
CMYK0.1300.530.05
HSL75º83.12%69.8%-
HSV(B)75º52.89%94.9%-
XYZ61.3778.4227.82-
YUV217.8469.4122.41-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.10%
GREEN value IS 242 (94.92% from 255) = 42.76%
BLUE value IS 114 (44.92% from 255) = 20.14%
R=37.10%
G=42.76%
B=20.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102421140.1300.530.057583.1269.8
HexD2F272D03554b5346
Octal322362162150655113123106
Binary1101001011110010111001011010110101101100101110100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F272; }

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

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

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

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

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

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

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

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