#D0F24F

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

Shades of Mindaro #D0F24F

Tints of Mindaro #D0F24F

Color information

#D0F24F (or 0xD0F24F) is unknown color: approx Mindaro. HEX triplet: D0, F2 and 4F. RGB value is (208,242,79). Sum of RGB (Red+Green+Blue) = 208+242+79=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #D0F24F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F24F is #2F0DB0. Grayscale: #D5D5D5. Windows color (decimal): -3083697 or 5239504. OLE color: 5239504.

HSL color Cylindrical-coordinate representation of color #D0F24F: hue angle of 72.52º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D0F24F is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB20824279-
CMYK0.1400.670.05
HSL72.52º86.24%62.94%-
HSV(B)72.52º67.36%94.9%-
XYZ59.1877.4819.23-
YUV213.2552.24124.25-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.32%
GREEN value IS 242 (94.92% from 255) = 45.75%
BLUE value IS 79 (31.25% from 255) = 14.93%
R=39.32%
G=45.75%
B=14.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal208242790.1400.670.0572.5286.2462.94
HexD0F24FE043549563f
Octal320362117160103511112677
Binary1101000011110010100111111100100001110110010011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F24F; }

 p { color: rgb(208,242,79); }

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

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

 a { background-color: rgb(208,242,79); }

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

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

 span { border-color: rgb(208,242,79); }

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