Shades of Pear #DAFE36
Tints of Pear #DAFE36
RGB
CMYK
RGB Variations
Color information
#DAFE36 (or 0xDAFE36) is known color: Pear. HEX triplet: DA, FE and 36. RGB value is (218,254,54). Sum of RGB (Red+Green+Blue) = 218+254+54=526 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.44% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 54 (21.48% from 255 or 10.27% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE36 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE36 is #2501C9. Grayscale: #DDDDDD. Windows color (decimal): -2425290 or 3604186. OLE color: 3604186.
HSL color Cylindrical-coordinate representation of color #DAFE36: hue angle of 70.8º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DAFE36 is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 54 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.00 |
| HSL | 70.8º | 0.99% | 0.6% | - |
| HSV(B) | 70.8º | 0.79% | 1% | - |
| XYZ | 65.02 | 86.06 | 16.67 | - |
| YUV | 220.44 | 34.07 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 54 | 0.14 | 0 | 0.79 | 0.00 | 70.8 | 0.99 | 0.6 |
| Hex | DA | FE | 36 | E | 0 | 4F | 0 | 47 | 63 | 3C |
| Octal | 332 | 376 | 66 | 16 | 0 | 117 | 0 | 107 | 143 | 74 |
| Binary | 11011010 | 11111110 | 110110 | 1110 | 0 | 1001111 | 0 | 1000111 | 1100011 | 111100 |
Color Harmonies of #DAFE36
Complementary color
Monochromatic Colors of #DAFE36
Black with #DAFE36
Text Example
Text Example
White with #DAFE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE36; }
p { color: rgb(218,254,54); }
H1.HeaderClassName
{
color: #DAFE36;
}
.AnyTagClassName
{
color: #DAFE36;
}
</style>
background-color css
<style>
a { background-color: #DAFE36; }
a { background-color: rgb(218,254,54); }
div.DivClassName
{
background-color: #DAFE36;
}
.BgClassName
{
background-color: #DAFE36;
}
</style>
border-color css
<style>
span { border-color: #DAFE36; }
span { border-color: rgb(218,254,54); }
td.TdClassName
{
border-color: #DAFE36;
}
.TagClassName
{
border-color: #DAFE36;
}
</style>