Shades of Pear #CFE834
Tints of Pear #CFE834
RGB
CMYK
RGB Variations
Color information
#CFE834 (or 0xCFE834) is known color: Pear. HEX triplet: CF, E8 and 34. RGB value is (207,232,52). Sum of RGB (Red+Green+Blue) = 207+232+52=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 232 (91.02% from 255 or 47.25% from 491); Blue value is 52 (20.70% from 255 or 10.59% from 491); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE834 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE834 is #3017CB. Grayscale: #CCCCCC. Windows color (decimal): -3151820 or 3467471. OLE color: 3467471.
HSL color Cylindrical-coordinate representation of color #CFE834: hue angle of 68.33º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFE834 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 52 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.09 |
| HSL | 68.33º | 0.8% | 0.56% | - |
| HSV(B) | 68.33º | 0.78% | 0.91% | - |
| XYZ | 55.21 | 71.23 | 14.09 | - |
| YUV | 204.01 | 42.22 | 130.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 52 | 0.11 | 0 | 0.78 | 0.09 | 68.33 | 0.8 | 0.56 |
| Hex | CF | E8 | 34 | B | 0 | 4E | 9 | 44 | 50 | 38 |
| Octal | 317 | 350 | 64 | 13 | 0 | 116 | 11 | 104 | 120 | 70 |
| Binary | 11001111 | 11101000 | 110100 | 1011 | 0 | 1001110 | 1001 | 1000100 | 1010000 | 111000 |
Color Harmonies of #CFE834
Complementary color
Monochromatic Colors of #CFE834
Black with #CFE834
Text Example
Text Example
White with #CFE834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE834; }
p { color: rgb(207,232,52); }
H1.HeaderClassName
{
color: #CFE834;
}
.AnyTagClassName
{
color: #CFE834;
}
</style>
background-color css
<style>
a { background-color: #CFE834; }
a { background-color: rgb(207,232,52); }
div.DivClassName
{
background-color: #CFE834;
}
.BgClassName
{
background-color: #CFE834;
}
</style>
border-color css
<style>
span { border-color: #CFE834; }
span { border-color: rgb(207,232,52); }
td.TdClassName
{
border-color: #CFE834;
}
.TagClassName
{
border-color: #CFE834;
}
</style>