Shades of Pear #DAF924
Tints of Pear #DAF924
RGB
CMYK
RGB Variations
Color information
#DAF924 (or 0xDAF924) is known color: Pear. HEX triplet: DA, F9 and 24. RGB value is (218,249,36). Sum of RGB (Red+Green+Blue) = 218+249+36=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 36 (14.45% from 255 or 7.16% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF924 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF924 is #2506DB. Grayscale: #D8D8D8. Windows color (decimal): -2426588 or 2423258. OLE color: 2423258.
HSL color Cylindrical-coordinate representation of color #DAF924: hue angle of 68.73º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAF924 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 218 | 249 | 36 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.02 |
| HSL | 68.73º | 0.95% | 0.56% | - |
| HSV(B) | 68.73º | 0.86% | 0.98% | - |
| XYZ | 63.11 | 82.78 | 14.32 | - |
| YUV | 215.45 | 26.73 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 249 | 36 | 0.12 | 0 | 0.86 | 0.02 | 68.73 | 0.95 | 0.56 |
| Hex | DA | F9 | 24 | C | 0 | 56 | 2 | 45 | 5F | 38 |
| Octal | 332 | 371 | 44 | 14 | 0 | 126 | 2 | 105 | 137 | 70 |
| Binary | 11011010 | 11111001 | 100100 | 1100 | 0 | 1010110 | 10 | 1000101 | 1011111 | 111000 |
Color Harmonies of #DAF924
Complementary color
Monochromatic Colors of #DAF924
Black with #DAF924
Text Example
Text Example
White with #DAF924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF924; }
p { color: rgb(218,249,36); }
H1.HeaderClassName
{
color: #DAF924;
}
.AnyTagClassName
{
color: #DAF924;
}
</style>
background-color css
<style>
a { background-color: #DAF924; }
a { background-color: rgb(218,249,36); }
div.DivClassName
{
background-color: #DAF924;
}
.BgClassName
{
background-color: #DAF924;
}
</style>
border-color css
<style>
span { border-color: #DAF924; }
span { border-color: rgb(218,249,36); }
td.TdClassName
{
border-color: #DAF924;
}
.TagClassName
{
border-color: #DAF924;
}
</style>