Shades of Pear #CFE435
Tints of Pear #CFE435
RGB
CMYK
RGB Variations
Color information
#CFE435 (or 0xCFE435) is known color: Pear. HEX triplet: CF, E4 and 35. RGB value is (207,228,53). Sum of RGB (Red+Green+Blue) = 207+228+53=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 53 (21.09% from 255 or 10.86% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE435 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE435 is #301BCA. Grayscale: #CACACA. Windows color (decimal): -3152843 or 3531983. OLE color: 3531983.
HSL color Cylindrical-coordinate representation of color #CFE435: hue angle of 67.2º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFE435 is Cyan = 0.09, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 53 | - |
| CMYK | 0.09 | 0 | 0.77 | 0.11 |
| HSL | 67.2º | 0.76% | 0.55% | - |
| HSV(B) | 67.2º | 0.77% | 0.89% | - |
| XYZ | 54.12 | 69.01 | 13.84 | - |
| YUV | 201.77 | 44.04 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 53 | 0.09 | 0 | 0.77 | 0.11 | 67.2 | 0.76 | 0.55 |
| Hex | CF | E4 | 35 | 9 | 0 | 4D | B | 43 | 4C | 37 |
| Octal | 317 | 344 | 65 | 11 | 0 | 115 | 13 | 103 | 114 | 67 |
| Binary | 11001111 | 11100100 | 110101 | 1001 | 0 | 1001101 | 1011 | 1000011 | 1001100 | 110111 |
Color Harmonies of #CFE435
Complementary color
Monochromatic Colors of #CFE435
Black with #CFE435
Text Example
Text Example
White with #CFE435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE435; }
p { color: rgb(207,228,53); }
H1.HeaderClassName
{
color: #CFE435;
}
.AnyTagClassName
{
color: #CFE435;
}
</style>
background-color css
<style>
a { background-color: #CFE435; }
a { background-color: rgb(207,228,53); }
div.DivClassName
{
background-color: #CFE435;
}
.BgClassName
{
background-color: #CFE435;
}
</style>
border-color css
<style>
span { border-color: #CFE435; }
span { border-color: rgb(207,228,53); }
td.TdClassName
{
border-color: #CFE435;
}
.TagClassName
{
border-color: #CFE435;
}
</style>