Shades of Pear #CFE934
Tints of Pear #CFE934
RGB
CMYK
RGB Variations
Color information
#CFE934 (or 0xCFE934) is known color: Pear. HEX triplet: CF, E9 and 34. RGB value is (207,233,52). Sum of RGB (Red+Green+Blue) = 207+233+52=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE934 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE934 is #3016CB. Grayscale: #CDCDCD. Windows color (decimal): -3151564 or 3467727. OLE color: 3467727.
HSL color Cylindrical-coordinate representation of color #CFE934: hue angle of 68.62º 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 #CFE934 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 52 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.09 |
| HSL | 68.62º | 0.8% | 0.56% | - |
| HSV(B) | 68.62º | 0.78% | 0.91% | - |
| XYZ | 55.49 | 71.79 | 14.18 | - |
| YUV | 204.59 | 41.89 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 52 | 0.11 | 0 | 0.78 | 0.09 | 68.62 | 0.8 | 0.56 |
| Hex | CF | E9 | 34 | B | 0 | 4E | 9 | 45 | 50 | 38 |
| Octal | 317 | 351 | 64 | 13 | 0 | 116 | 11 | 105 | 120 | 70 |
| Binary | 11001111 | 11101001 | 110100 | 1011 | 0 | 1001110 | 1001 | 1000101 | 1010000 | 111000 |
Color Harmonies of #CFE934
Complementary color
Monochromatic Colors of #CFE934
Black with #CFE934
Text Example
Text Example
White with #CFE934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE934; }
p { color: rgb(207,233,52); }
H1.HeaderClassName
{
color: #CFE934;
}
.AnyTagClassName
{
color: #CFE934;
}
</style>
background-color css
<style>
a { background-color: #CFE934; }
a { background-color: rgb(207,233,52); }
div.DivClassName
{
background-color: #CFE934;
}
.BgClassName
{
background-color: #CFE934;
}
</style>
border-color css
<style>
span { border-color: #CFE934; }
span { border-color: rgb(207,233,52); }
td.TdClassName
{
border-color: #CFE934;
}
.TagClassName
{
border-color: #CFE934;
}
</style>