Shades of Pear #DEF643
Tints of Pear #DEF643
RGB
CMYK
RGB Variations
Color information
#DEF643 (or 0xDEF643) is known color: Pear. HEX triplet: DE, F6 and 43. RGB value is (222,246,67). Sum of RGB (Red+Green+Blue) = 222+246+67=535 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.50% from 535); Green value is 246 (96.48% from 255 or 45.98% from 535); Blue value is 67 (26.56% from 255 or 12.52% from 535); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF643 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF643 is #2109BC. Grayscale: #DBDBDB. Windows color (decimal): -2165181 or 4454110. OLE color: 4454110.
HSL color Cylindrical-coordinate representation of color #DEF643: hue angle of 68.04º degrees, saturation: 0.91, 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 #DEF643 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 67 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.04 |
| HSL | 68.04º | 0.91% | 0.61% | - |
| HSV(B) | 68.04º | 0.73% | 0.96% | - |
| XYZ | 64.09 | 81.85 | 17.73 | - |
| YUV | 218.42 | 42.55 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 67 | 0.10 | 0 | 0.73 | 0.04 | 68.04 | 0.91 | 0.61 |
| Hex | DE | F6 | 43 | A | 0 | 49 | 4 | 44 | 5B | 3D |
| Octal | 336 | 366 | 103 | 12 | 0 | 111 | 4 | 104 | 133 | 75 |
| Binary | 11011110 | 11110110 | 1000011 | 1010 | 0 | 1001001 | 100 | 1000100 | 1011011 | 111101 |
Color Harmonies of #DEF643
Complementary color
Monochromatic Colors of #DEF643
Black with #DEF643
Text Example
Text Example
White with #DEF643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF643; }
p { color: rgb(222,246,67); }
H1.HeaderClassName
{
color: #DEF643;
}
.AnyTagClassName
{
color: #DEF643;
}
</style>
background-color css
<style>
a { background-color: #DEF643; }
a { background-color: rgb(222,246,67); }
div.DivClassName
{
background-color: #DEF643;
}
.BgClassName
{
background-color: #DEF643;
}
</style>
border-color css
<style>
span { border-color: #DEF643; }
span { border-color: rgb(222,246,67); }
td.TdClassName
{
border-color: #DEF643;
}
.TagClassName
{
border-color: #DEF643;
}
</style>