#D8F272

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

Shades of Mindaro #D8F272

Tints of Mindaro #D8F272

Color information

#D8F272 (or 0xD8F272) is unknown color: approx Mindaro. HEX triplet: D8, F2 and 72. RGB value is (216,242,114). Sum of RGB (Red+Green+Blue) = 216+242+114=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 114 (44.92% from 255 or 19.93% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F272 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F272 is #270D8D. Grayscale: #DCDCDC. Windows color (decimal): -2559374 or 7533272. OLE color: 7533272.

HSL color Cylindrical-coordinate representation of color #D8F272: hue angle of 72.19º 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 #D8F272 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB216242114-
CMYK0.1100.530.05
HSL72.19º83.12%69.8%-
HSV(B)72.19º52.89%94.9%-
XYZ63.1179.3227.9-
YUV219.6368.39125.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.76%
GREEN value IS 242 (94.92% from 255) = 42.31%
BLUE value IS 114 (44.92% from 255) = 19.93%
R=37.76%
G=42.31%
B=19.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162421140.1100.530.0572.1983.1269.8
HexD8F272B0355485346
Octal330362162130655110123106
Binary1101100011110010111001010110110101101100100010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F272; }

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

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

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

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

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

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

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

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