Shades of Pear #DAF223
Tints of Pear #DAF223
RGB
CMYK
RGB Variations
Color information
#DAF223 (or 0xDAF223) is known color: Pear. HEX triplet: DA, F2 and 23. RGB value is (218,242,35). Sum of RGB (Red+Green+Blue) = 218+242+35=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 35 (14.06% from 255 or 7.07% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF223 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF223 is #250DDC. Grayscale: #D4D4D4. Windows color (decimal): -2428381 or 2355930. OLE color: 2355930.
HSL color Cylindrical-coordinate representation of color #DAF223: hue angle of 66.96º 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 #DAF223 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 35 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.05 |
| HSL | 66.96º | 0.89% | 0.54% | - |
| HSV(B) | 66.96º | 0.86% | 0.95% | - |
| XYZ | 60.97 | 78.53 | 13.53 | - |
| YUV | 211.23 | 28.55 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 35 | 0.10 | 0 | 0.86 | 0.05 | 66.96 | 0.89 | 0.54 |
| Hex | DA | F2 | 23 | A | 0 | 56 | 5 | 43 | 59 | 36 |
| Octal | 332 | 362 | 43 | 12 | 0 | 126 | 5 | 103 | 131 | 66 |
| Binary | 11011010 | 11110010 | 100011 | 1010 | 0 | 1010110 | 101 | 1000011 | 1011001 | 110110 |
Color Harmonies of #DAF223
Complementary color
Monochromatic Colors of #DAF223
Black with #DAF223
Text Example
Text Example
White with #DAF223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF223; }
p { color: rgb(218,242,35); }
H1.HeaderClassName
{
color: #DAF223;
}
.AnyTagClassName
{
color: #DAF223;
}
</style>
background-color css
<style>
a { background-color: #DAF223; }
a { background-color: rgb(218,242,35); }
div.DivClassName
{
background-color: #DAF223;
}
.BgClassName
{
background-color: #DAF223;
}
</style>
border-color css
<style>
span { border-color: #DAF223; }
span { border-color: rgb(218,242,35); }
td.TdClassName
{
border-color: #DAF223;
}
.TagClassName
{
border-color: #DAF223;
}
</style>