Shades of Pear #DAF122
Tints of Pear #DAF122
RGB
CMYK
RGB Variations
Color information
#DAF122 (or 0xDAF122) is known color: Pear. HEX triplet: DA, F1 and 22. RGB value is (218,241,34). Sum of RGB (Red+Green+Blue) = 218+241+34=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 241 (94.53% from 255 or 48.88% from 493); Blue value is 34 (13.67% from 255 or 6.90% from 493); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF122 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF122 is #250EDD. Grayscale: #D3D3D3. Windows color (decimal): -2428638 or 2290138. OLE color: 2290138.
HSL color Cylindrical-coordinate representation of color #DAF122: hue angle of 66.67º degrees, saturation: 0.88, 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 #DAF122 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 241 | 34 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.05 |
| HSL | 66.67º | 0.88% | 0.54% | - |
| HSV(B) | 66.67º | 0.86% | 0.95% | - |
| XYZ | 60.66 | 77.93 | 13.36 | - |
| YUV | 210.53 | 28.38 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 241 | 34 | 0.10 | 0 | 0.86 | 0.05 | 66.67 | 0.88 | 0.54 |
| Hex | DA | F1 | 22 | A | 0 | 56 | 5 | 43 | 58 | 36 |
| Octal | 332 | 361 | 42 | 12 | 0 | 126 | 5 | 103 | 130 | 66 |
| Binary | 11011010 | 11110001 | 100010 | 1010 | 0 | 1010110 | 101 | 1000011 | 1011000 | 110110 |
Color Harmonies of #DAF122
Complementary color
Monochromatic Colors of #DAF122
Black with #DAF122
Text Example
Text Example
White with #DAF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF122; }
p { color: rgb(218,241,34); }
H1.HeaderClassName
{
color: #DAF122;
}
.AnyTagClassName
{
color: #DAF122;
}
</style>
background-color css
<style>
a { background-color: #DAF122; }
a { background-color: rgb(218,241,34); }
div.DivClassName
{
background-color: #DAF122;
}
.BgClassName
{
background-color: #DAF122;
}
</style>
border-color css
<style>
span { border-color: #DAF122; }
span { border-color: rgb(218,241,34); }
td.TdClassName
{
border-color: #DAF122;
}
.TagClassName
{
border-color: #DAF122;
}
</style>