Shades of Pear #DEFC34
Tints of Pear #DEFC34
RGB
CMYK
RGB Variations
Color information
#DEFC34 (or 0xDEFC34) is known color: Pear. HEX triplet: DE, FC and 34. RGB value is (222,252,52). Sum of RGB (Red+Green+Blue) = 222+252+52=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 52 (20.70% from 255 or 9.89% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFC34 is #2103CB. Grayscale: #DCDCDC. Windows color (decimal): -2163660 or 3472606. OLE color: 3472606.
HSL color Cylindrical-coordinate representation of color #DEFC34: hue angle of 69º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEFC34 is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 222 | 252 | 52 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.01 |
| HSL | 69º | 0.97% | 0.6% | - |
| HSV(B) | 69º | 0.79% | 0.99% | - |
| XYZ | 65.55 | 85.4 | 16.28 | - |
| YUV | 220.23 | 33.06 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 252 | 52 | 0.12 | 0 | 0.79 | 0.01 | 69 | 0.97 | 0.6 |
| Hex | DE | FC | 34 | C | 0 | 4F | 1 | 45 | 61 | 3C |
| Octal | 336 | 374 | 64 | 14 | 0 | 117 | 1 | 105 | 141 | 74 |
| Binary | 11011110 | 11111100 | 110100 | 1100 | 0 | 1001111 | 1 | 1000101 | 1100001 | 111100 |
Color Harmonies of #DEFC34
Complementary color
Monochromatic Colors of #DEFC34
Black with #DEFC34
Text Example
Text Example
White with #DEFC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFC34; }
p { color: rgb(222,252,52); }
H1.HeaderClassName
{
color: #DEFC34;
}
.AnyTagClassName
{
color: #DEFC34;
}
</style>
background-color css
<style>
a { background-color: #DEFC34; }
a { background-color: rgb(222,252,52); }
div.DivClassName
{
background-color: #DEFC34;
}
.BgClassName
{
background-color: #DEFC34;
}
</style>
border-color css
<style>
span { border-color: #DEFC34; }
span { border-color: rgb(222,252,52); }
td.TdClassName
{
border-color: #DEFC34;
}
.TagClassName
{
border-color: #DEFC34;
}
</style>