Shades of Pear #DAFE34
Tints of Pear #DAFE34
RGB
CMYK
RGB Variations
Color information
#DAFE34 (or 0xDAFE34) is known color: Pear. HEX triplet: DA, FE and 34. RGB value is (218,254,52). Sum of RGB (Red+Green+Blue) = 218+254+52=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 52 (20.70% from 255 or 9.92% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFE34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DAFE34 is #2501CB. Grayscale: #DCDCDC. Windows color (decimal): -2425292 or 3473114. OLE color: 3473114.
HSL color Cylindrical-coordinate representation of color #DAFE34: hue angle of 70.69º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DAFE34 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 218 | 254 | 52 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.00 |
| HSL | 70.69º | 0.99% | 0.6% | - |
| HSV(B) | 70.69º | 0.8% | 1% | - |
| XYZ | 64.98 | 86.04 | 16.43 | - |
| YUV | 220.21 | 33.07 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 254 | 52 | 0.14 | 0 | 0.80 | 0.00 | 70.69 | 0.99 | 0.6 |
| Hex | DA | FE | 34 | E | 0 | 50 | 0 | 47 | 63 | 3C |
| Octal | 332 | 376 | 64 | 16 | 0 | 120 | 0 | 107 | 143 | 74 |
| Binary | 11011010 | 11111110 | 110100 | 1110 | 0 | 1010000 | 0 | 1000111 | 1100011 | 111100 |
Color Harmonies of #DAFE34
Complementary color
Monochromatic Colors of #DAFE34
Black with #DAFE34
Text Example
Text Example
White with #DAFE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAFE34; }
p { color: rgb(218,254,52); }
H1.HeaderClassName
{
color: #DAFE34;
}
.AnyTagClassName
{
color: #DAFE34;
}
</style>
background-color css
<style>
a { background-color: #DAFE34; }
a { background-color: rgb(218,254,52); }
div.DivClassName
{
background-color: #DAFE34;
}
.BgClassName
{
background-color: #DAFE34;
}
</style>
border-color css
<style>
span { border-color: #DAFE34; }
span { border-color: rgb(218,254,52); }
td.TdClassName
{
border-color: #DAFE34;
}
.TagClassName
{
border-color: #DAFE34;
}
</style>