#d0f772

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

Shades of Mindaro #D0F772

Tints of Mindaro #D0F772

Color information

#D0F772 (or 0xD0F772) is unknown color: approx Mindaro. HEX triplet: D0, F7 and 72. RGB value is (208,247,114). Sum of RGB (Red+Green+Blue) = 208+247+114=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 247 (96.88% from 255 or 43.41% from 569); Blue value is 114 (44.92% from 255 or 20.04% from 569); Max value from RGB is 247 - color contains mainly: green. Hex color #D0F772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F772 is #2F088D. Grayscale: #DCDCDC. Windows color (decimal): -3082382 or 7534544. OLE color: 7534544.

HSL color Cylindrical-coordinate representation of color #D0F772: hue angle of 77.59º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0F772 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB208247114-
CMYK0.1600.540.03
HSL77.59º89.26%70.78%-
HSV(B)77.59º53.85%96.86%-
XYZ62.3181.1528.3-
YUV220.1868.08119.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.56%
GREEN value IS 247 (96.88% from 255) = 43.41%
BLUE value IS 114 (44.92% from 255) = 20.04%
R=36.56%
G=43.41%
B=20.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082471140.1600.540.0377.5989.2670.78
HexD0F7721003634e5947
Octal320367162200663116131107
Binary1101000011110111111001010000011011011100111010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0f772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0f772; }

 p { color: rgb(208,247,114); }

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

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

 a { background-color: rgb(208,247,114); }

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

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

 span { border-color: rgb(208,247,114); }

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