Shades of Pear #DAF120
Tints of Pear #DAF120
RGB
CMYK
RGB Variations
Color information
#DAF120 (or 0xDAF120) is known color: Pear. HEX triplet: DA, F1 and 20. RGB value is (218,241,32). Sum of RGB (Red+Green+Blue) = 218+241+32=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 32 (12.89% from 255 or 6.52% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF120 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF120 is #250EDF. Grayscale: #D3D3D3. Windows color (decimal): -2428640 or 2159066. OLE color: 2159066.
HSL color Cylindrical-coordinate representation of color #DAF120: hue angle of 66.6º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DAF120 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 32 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.05 |
| HSL | 66.6º | 0.88% | 0.54% | - |
| HSV(B) | 66.6º | 0.87% | 0.95% | - |
| XYZ | 60.63 | 77.92 | 13.21 | - |
| YUV | 210.3 | 27.38 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 32 | 0.10 | 0 | 0.87 | 0.05 | 66.6 | 0.88 | 0.54 |
| Hex | DA | F1 | 20 | A | 0 | 57 | 5 | 43 | 58 | 36 |
| Octal | 332 | 361 | 40 | 12 | 0 | 127 | 5 | 103 | 130 | 66 |
| Binary | 11011010 | 11110001 | 100000 | 1010 | 0 | 1010111 | 101 | 1000011 | 1011000 | 110110 |
Color Harmonies of #DAF120
Complementary color
Monochromatic Colors of #DAF120
Black with #DAF120
Text Example
Text Example
White with #DAF120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF120; }
p { color: rgb(218,241,32); }
H1.HeaderClassName
{
color: #DAF120;
}
.AnyTagClassName
{
color: #DAF120;
}
</style>
background-color css
<style>
a { background-color: #DAF120; }
a { background-color: rgb(218,241,32); }
div.DivClassName
{
background-color: #DAF120;
}
.BgClassName
{
background-color: #DAF120;
}
</style>
border-color css
<style>
span { border-color: #DAF120; }
span { border-color: rgb(218,241,32); }
td.TdClassName
{
border-color: #DAF120;
}
.TagClassName
{
border-color: #DAF120;
}
</style>