Shades of Pear #DEF333
Tints of Pear #DEF333
RGB
CMYK
RGB Variations
Color information
#DEF333 (or 0xDEF333) is known color: Pear. HEX triplet: DE, F3 and 33. RGB value is (222,243,51). Sum of RGB (Red+Green+Blue) = 222+243+51=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 51 (20.31% from 255 or 9.88% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF333 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF333 is #210CCC. Grayscale: #D7D7D7. Windows color (decimal): -2165965 or 3404766. OLE color: 3404766.
HSL color Cylindrical-coordinate representation of color #DEF333: hue angle of 66.56º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DEF333 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 51 | - |
| CMYK | 0.09 | 0 | 0.79 | 0.05 |
| HSL | 66.56º | 0.89% | 0.58% | - |
| HSV(B) | 66.56º | 0.79% | 0.95% | - |
| XYZ | 62.77 | 79.87 | 15.24 | - |
| YUV | 214.83 | 35.54 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 51 | 0.09 | 0 | 0.79 | 0.05 | 66.56 | 0.89 | 0.58 |
| Hex | DE | F3 | 33 | 9 | 0 | 4F | 5 | 43 | 59 | 3A |
| Octal | 336 | 363 | 63 | 11 | 0 | 117 | 5 | 103 | 131 | 72 |
| Binary | 11011110 | 11110011 | 110011 | 1001 | 0 | 1001111 | 101 | 1000011 | 1011001 | 111010 |
Color Harmonies of #DEF333
Complementary color
Monochromatic Colors of #DEF333
Black with #DEF333
Text Example
Text Example
White with #DEF333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF333; }
p { color: rgb(222,243,51); }
H1.HeaderClassName
{
color: #DEF333;
}
.AnyTagClassName
{
color: #DEF333;
}
</style>
background-color css
<style>
a { background-color: #DEF333; }
a { background-color: rgb(222,243,51); }
div.DivClassName
{
background-color: #DEF333;
}
.BgClassName
{
background-color: #DEF333;
}
</style>
border-color css
<style>
span { border-color: #DEF333; }
span { border-color: rgb(222,243,51); }
td.TdClassName
{
border-color: #DEF333;
}
.TagClassName
{
border-color: #DEF333;
}
</style>