Shades of Pear #DAF04A
Tints of Pear #DAF04A
RGB
CMYK
RGB Variations
Color information
#DAF04A (or 0xDAF04A) is known color: Pear. HEX triplet: DA, F0 and 4A. RGB value is (218,240,74). Sum of RGB (Red+Green+Blue) = 218+240+74=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 74 (29.30% from 255 or 13.91% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF04A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF04A is #250FB5. Grayscale: #D7D7D7. Windows color (decimal): -2428854 or 4911322. OLE color: 4911322.
HSL color Cylindrical-coordinate representation of color #DAF04A: hue angle of 67.95º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAF04A is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 74 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.06 |
| HSL | 67.95º | 0.85% | 0.62% | - |
| HSV(B) | 67.95º | 0.69% | 0.94% | - |
| XYZ | 61.31 | 77.72 | 18.25 | - |
| YUV | 214.5 | 48.71 | 130.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 74 | 0.09 | 0 | 0.69 | 0.06 | 67.95 | 0.85 | 0.62 |
| Hex | DA | F0 | 4A | 9 | 0 | 45 | 6 | 44 | 55 | 3E |
| Octal | 332 | 360 | 112 | 11 | 0 | 105 | 6 | 104 | 125 | 76 |
| Binary | 11011010 | 11110000 | 1001010 | 1001 | 0 | 1000101 | 110 | 1000100 | 1010101 | 111110 |
Color Harmonies of #DAF04A
Complementary color
Monochromatic Colors of #DAF04A
Black with #DAF04A
Text Example
Text Example
White with #DAF04A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF04A; }
p { color: rgb(218,240,74); }
H1.HeaderClassName
{
color: #DAF04A;
}
.AnyTagClassName
{
color: #DAF04A;
}
</style>
background-color css
<style>
a { background-color: #DAF04A; }
a { background-color: rgb(218,240,74); }
div.DivClassName
{
background-color: #DAF04A;
}
.BgClassName
{
background-color: #DAF04A;
}
</style>
border-color css
<style>
span { border-color: #DAF04A; }
span { border-color: rgb(218,240,74); }
td.TdClassName
{
border-color: #DAF04A;
}
.TagClassName
{
border-color: #DAF04A;
}
</style>