Shades of Pear #DAF423
Tints of Pear #DAF423
RGB
CMYK
RGB Variations
Color information
#DAF423 (or 0xDAF423) is known color: Pear. HEX triplet: DA, F4 and 23. RGB value is (218,244,35). Sum of RGB (Red+Green+Blue) = 218+244+35=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 244 (95.70% from 255 or 49.09% from 497); Blue value is 35 (14.06% from 255 or 7.04% from 497); Max value from RGB is 244 - color contains mainly: green. Hex color #DAF423 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF423 is #250BDC. Grayscale: #D5D5D5. Windows color (decimal): -2427869 or 2356442. OLE color: 2356442.
HSL color Cylindrical-coordinate representation of color #DAF423: hue angle of 67.46º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAF423 is Cyan = 0.11, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 218 | 244 | 35 | - |
| CMYK | 0.11 | 0 | 0.86 | 0.04 |
| HSL | 67.46º | 0.9% | 0.55% | - |
| HSV(B) | 67.46º | 0.86% | 0.96% | - |
| XYZ | 61.57 | 79.73 | 13.73 | - |
| YUV | 212.4 | 27.89 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 244 | 35 | 0.11 | 0 | 0.86 | 0.04 | 67.46 | 0.9 | 0.55 |
| Hex | DA | F4 | 23 | B | 0 | 56 | 4 | 43 | 5A | 37 |
| Octal | 332 | 364 | 43 | 13 | 0 | 126 | 4 | 103 | 132 | 67 |
| Binary | 11011010 | 11110100 | 100011 | 1011 | 0 | 1010110 | 100 | 1000011 | 1011010 | 110111 |
Color Harmonies of #DAF423
Complementary color
Monochromatic Colors of #DAF423
Black with #DAF423
Text Example
Text Example
White with #DAF423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF423; }
p { color: rgb(218,244,35); }
H1.HeaderClassName
{
color: #DAF423;
}
.AnyTagClassName
{
color: #DAF423;
}
</style>
background-color css
<style>
a { background-color: #DAF423; }
a { background-color: rgb(218,244,35); }
div.DivClassName
{
background-color: #DAF423;
}
.BgClassName
{
background-color: #DAF423;
}
</style>
border-color css
<style>
span { border-color: #DAF423; }
span { border-color: rgb(218,244,35); }
td.TdClassName
{
border-color: #DAF423;
}
.TagClassName
{
border-color: #DAF423;
}
</style>