Shades of Pear #DAF022
Tints of Pear #DAF022
RGB
CMYK
RGB Variations
Color information
#DAF022 (or 0xDAF022) is known color: Pear. HEX triplet: DA, F0 and 22. RGB value is (218,240,34). Sum of RGB (Red+Green+Blue) = 218+240+34=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 34 (13.67% from 255 or 6.91% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF022 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF022 is #250FDD. Grayscale: #D2D2D2. Windows color (decimal): -2428894 or 2289882. OLE color: 2289882.
HSL color Cylindrical-coordinate representation of color #DAF022: hue angle of 66.41º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAF022 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 218 | 240 | 34 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.06 |
| HSL | 66.41º | 0.87% | 0.54% | - |
| HSV(B) | 66.41º | 0.86% | 0.94% | - |
| XYZ | 60.36 | 77.34 | 13.26 | - |
| YUV | 209.94 | 28.71 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 240 | 34 | 0.09 | 0 | 0.86 | 0.06 | 66.41 | 0.87 | 0.54 |
| Hex | DA | F0 | 22 | 9 | 0 | 56 | 6 | 42 | 57 | 36 |
| Octal | 332 | 360 | 42 | 11 | 0 | 126 | 6 | 102 | 127 | 66 |
| Binary | 11011010 | 11110000 | 100010 | 1001 | 0 | 1010110 | 110 | 1000010 | 1010111 | 110110 |
Color Harmonies of #DAF022
Complementary color
Monochromatic Colors of #DAF022
Black with #DAF022
Text Example
Text Example
White with #DAF022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF022; }
p { color: rgb(218,240,34); }
H1.HeaderClassName
{
color: #DAF022;
}
.AnyTagClassName
{
color: #DAF022;
}
</style>
background-color css
<style>
a { background-color: #DAF022; }
a { background-color: rgb(218,240,34); }
div.DivClassName
{
background-color: #DAF022;
}
.BgClassName
{
background-color: #DAF022;
}
</style>
border-color css
<style>
span { border-color: #DAF022; }
span { border-color: rgb(218,240,34); }
td.TdClassName
{
border-color: #DAF022;
}
.TagClassName
{
border-color: #DAF022;
}
</style>