Shades of Pear #DAF823
Tints of Pear #DAF823
RGB
CMYK
RGB Variations
Color information
#DAF823 (or 0xDAF823) is known color: Pear. HEX triplet: DA, F8 and 23. RGB value is (218,248,35). Sum of RGB (Red+Green+Blue) = 218+248+35=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 248 (97.27% from 255 or 49.50% from 501); Blue value is 35 (14.06% from 255 or 6.99% from 501); Max value from RGB is 248 - color contains mainly: green. Hex color #DAF823 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAF823 is #2507DC. Grayscale: #D7D7D7. Windows color (decimal): -2426845 or 2357466. OLE color: 2357466.
HSL color Cylindrical-coordinate representation of color #DAF823: hue angle of 68.45º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DAF823 is Cyan = 0.12, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 218 | 248 | 35 | - |
| CMYK | 0.12 | 0 | 0.86 | 0.03 |
| HSL | 68.45º | 0.94% | 0.55% | - |
| HSV(B) | 68.45º | 0.86% | 0.97% | - |
| XYZ | 62.78 | 82.16 | 14.14 | - |
| YUV | 214.75 | 26.56 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 248 | 35 | 0.12 | 0 | 0.86 | 0.03 | 68.45 | 0.94 | 0.55 |
| Hex | DA | F8 | 23 | C | 0 | 56 | 3 | 44 | 5E | 37 |
| Octal | 332 | 370 | 43 | 14 | 0 | 126 | 3 | 104 | 136 | 67 |
| Binary | 11011010 | 11111000 | 100011 | 1100 | 0 | 1010110 | 11 | 1000100 | 1011110 | 110111 |
Color Harmonies of #DAF823
Complementary color
Monochromatic Colors of #DAF823
Black with #DAF823
Text Example
Text Example
White with #DAF823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAF823; }
p { color: rgb(218,248,35); }
H1.HeaderClassName
{
color: #DAF823;
}
.AnyTagClassName
{
color: #DAF823;
}
</style>
background-color css
<style>
a { background-color: #DAF823; }
a { background-color: rgb(218,248,35); }
div.DivClassName
{
background-color: #DAF823;
}
.BgClassName
{
background-color: #DAF823;
}
</style>
border-color css
<style>
span { border-color: #DAF823; }
span { border-color: rgb(218,248,35); }
td.TdClassName
{
border-color: #DAF823;
}
.TagClassName
{
border-color: #DAF823;
}
</style>