Shades of Pear #DEF543
Tints of Pear #DEF543
RGB
CMYK
RGB Variations
Color information
#DEF543 (or 0xDEF543) is known color: Pear. HEX triplet: DE, F5 and 43. RGB value is (222,245,67). Sum of RGB (Red+Green+Blue) = 222+245+67=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 245 (96.09% from 255 or 45.88% from 534); Blue value is 67 (26.56% from 255 or 12.55% from 534); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF543 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF543 is #210ABC. Grayscale: #DADADA. Windows color (decimal): -2165437 or 4453854. OLE color: 4453854.
HSL color Cylindrical-coordinate representation of color #DEF543: hue angle of 67.75º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEF543 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 67 | - |
| CMYK | 0.09 | 0 | 0.73 | 0.04 |
| HSL | 67.75º | 0.9% | 0.61% | - |
| HSV(B) | 67.75º | 0.73% | 0.96% | - |
| XYZ | 63.79 | 81.24 | 17.63 | - |
| YUV | 217.83 | 42.88 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 67 | 0.09 | 0 | 0.73 | 0.04 | 67.75 | 0.9 | 0.61 |
| Hex | DE | F5 | 43 | 9 | 0 | 49 | 4 | 44 | 5A | 3D |
| Octal | 336 | 365 | 103 | 11 | 0 | 111 | 4 | 104 | 132 | 75 |
| Binary | 11011110 | 11110101 | 1000011 | 1001 | 0 | 1001001 | 100 | 1000100 | 1011010 | 111101 |
Color Harmonies of #DEF543
Complementary color
Monochromatic Colors of #DEF543
Black with #DEF543
Text Example
Text Example
White with #DEF543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF543; }
p { color: rgb(222,245,67); }
H1.HeaderClassName
{
color: #DEF543;
}
.AnyTagClassName
{
color: #DEF543;
}
</style>
background-color css
<style>
a { background-color: #DEF543; }
a { background-color: rgb(222,245,67); }
div.DivClassName
{
background-color: #DEF543;
}
.BgClassName
{
background-color: #DEF543;
}
</style>
border-color css
<style>
span { border-color: #DEF543; }
span { border-color: rgb(222,245,67); }
td.TdClassName
{
border-color: #DEF543;
}
.TagClassName
{
border-color: #DEF543;
}
</style>