Shades of Pear #DAF21C
Tints of Pear #DAF21C
RGB
CMYK
RGB Variations
Color information
#DAF21C (or 0xDAF21C) is known color: Pear. HEX triplet: DA, F2 and 1C. RGB value is (218,242,28). Sum of RGB (Red+Green+Blue) = 218+242+28=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 242 (94.92% from 255 or 49.59% from 488); Blue value is 28 (11.33% from 255 or 5.74% from 488); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF21C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF21C is #250DE3. Grayscale: #D3D3D3. Windows color (decimal): -2428388 or 1897178. OLE color: 1897178.
HSL color Cylindrical-coordinate representation of color #DAF21C: hue angle of 66.73º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DAF21C is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 218 | 242 | 28 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.05 |
| HSL | 66.73º | 0.89% | 0.53% | - |
| HSV(B) | 66.73º | 0.88% | 0.95% | - |
| XYZ | 60.88 | 78.49 | 13.04 | - |
| YUV | 210.43 | 25.05 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 242 | 28 | 0.10 | 0 | 0.88 | 0.05 | 66.73 | 0.89 | 0.53 |
| Hex | DA | F2 | 1C | A | 0 | 58 | 5 | 43 | 59 | 35 |
| Octal | 332 | 362 | 34 | 12 | 0 | 130 | 5 | 103 | 131 | 65 |
| Binary | 11011010 | 11110010 | 11100 | 1010 | 0 | 1011000 | 101 | 1000011 | 1011001 | 110101 |
Color Harmonies of #DAF21C
Complementary color
Monochromatic Colors of #DAF21C
Black with #DAF21C
Text Example
Text Example
White with #DAF21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF21C; }
p { color: rgb(218,242,28); }
H1.HeaderClassName
{
color: #DAF21C;
}
.AnyTagClassName
{
color: #DAF21C;
}
</style>
background-color css
<style>
a { background-color: #DAF21C; }
a { background-color: rgb(218,242,28); }
div.DivClassName
{
background-color: #DAF21C;
}
.BgClassName
{
background-color: #DAF21C;
}
</style>
border-color css
<style>
span { border-color: #DAF21C; }
span { border-color: rgb(218,242,28); }
td.TdClassName
{
border-color: #DAF21C;
}
.TagClassName
{
border-color: #DAF21C;
}
</style>