Shades of Pear #DAF222
Tints of Pear #DAF222
RGB
CMYK
RGB Variations
Color information
#DAF222 (or 0xDAF222) is known color: Pear. HEX triplet: DA, F2 and 22. RGB value is (218,242,34). Sum of RGB (Red+Green+Blue) = 218+242+34=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 34 (13.67% from 255 or 6.88% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF222 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF222 is #250DDD. Grayscale: #D3D3D3. Windows color (decimal): -2428382 or 2290394. OLE color: 2290394.
HSL color Cylindrical-coordinate representation of color #DAF222: hue angle of 66.92º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAF222 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 34 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.05 |
| HSL | 66.92º | 0.89% | 0.54% | - |
| HSV(B) | 66.92º | 0.86% | 0.95% | - |
| XYZ | 60.95 | 78.53 | 13.46 | - |
| YUV | 211.11 | 28.05 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 34 | 0.10 | 0 | 0.86 | 0.05 | 66.92 | 0.89 | 0.54 |
| Hex | DA | F2 | 22 | A | 0 | 56 | 5 | 43 | 59 | 36 |
| Octal | 332 | 362 | 42 | 12 | 0 | 126 | 5 | 103 | 131 | 66 |
| Binary | 11011010 | 11110010 | 100010 | 1010 | 0 | 1010110 | 101 | 1000011 | 1011001 | 110110 |
Color Harmonies of #DAF222
Complementary color
Monochromatic Colors of #DAF222
Black with #DAF222
Text Example
Text Example
White with #DAF222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF222; }
p { color: rgb(218,242,34); }
H1.HeaderClassName
{
color: #DAF222;
}
.AnyTagClassName
{
color: #DAF222;
}
</style>
background-color css
<style>
a { background-color: #DAF222; }
a { background-color: rgb(218,242,34); }
div.DivClassName
{
background-color: #DAF222;
}
.BgClassName
{
background-color: #DAF222;
}
</style>
border-color css
<style>
span { border-color: #DAF222; }
span { border-color: rgb(218,242,34); }
td.TdClassName
{
border-color: #DAF222;
}
.TagClassName
{
border-color: #DAF222;
}
</style>