#DAF07D

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

Shades of Mindaro #DAF07D

Tints of Mindaro #DAF07D

Color information

#DAF07D (or 0xDAF07D) is unknown color: approx Mindaro. HEX triplet: DA, F0 and 7D. RGB value is (218,240,125). Sum of RGB (Red+Green+Blue) = 218+240+125=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF07D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF07D is #250F82. Grayscale: #DCDCDC. Windows color (decimal): -2428803 or 8253658. OLE color: 8253658.

HSL color Cylindrical-coordinate representation of color #DAF07D: hue angle of 71.48º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DAF07D is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB218240125-
CMYK0.0900.480.06
HSL71.48º79.31%71.57%-
HSV(B)71.48º47.92%94.12%-
XYZ63.7878.7131.23-
YUV220.3174.21126.35-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.39%
GREEN value IS 240 (94.14% from 255) = 41.17%
BLUE value IS 125 (49.22% from 255) = 21.44%
R=37.39%
G=41.17%
B=21.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182401250.0900.480.0671.4879.3171.57
HexDAF07D90306474f48
Octal332360175110606107117110
Binary1101101011110000111110110010110000110100011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF07D; }

 p { color: rgb(218,240,125); }

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

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

 a { background-color: rgb(218,240,125); }

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

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

 span { border-color: rgb(218,240,125); }

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