Shades of Pear #CCE92F
Tints of Pear #CCE92F
RGB
CMYK
RGB Variations
Color information
#CCE92F (or 0xCCE92F) is known color: Pear. HEX triplet: CC, E9 and 2F. RGB value is (204,233,47). Sum of RGB (Red+Green+Blue) = 204+233+47=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #CCE92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE92F is #3316D0. Grayscale: #CBCBCB. Windows color (decimal): -3348177 or 3140044. OLE color: 3140044.
HSL color Cylindrical-coordinate representation of color #CCE92F: hue angle of 69.35º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCE92F is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 233 | 47 | - |
| CMYK | 0.12 | 0 | 0.80 | 0.09 |
| HSL | 69.35º | 0.81% | 0.55% | - |
| HSV(B) | 69.35º | 0.8% | 0.91% | - |
| XYZ | 54.55 | 71.32 | 13.58 | - |
| YUV | 203.13 | 39.89 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 233 | 47 | 0.12 | 0 | 0.80 | 0.09 | 69.35 | 0.81 | 0.55 |
| Hex | CC | E9 | 2F | C | 0 | 50 | 9 | 45 | 51 | 37 |
| Octal | 314 | 351 | 57 | 14 | 0 | 120 | 11 | 105 | 121 | 67 |
| Binary | 11001100 | 11101001 | 101111 | 1100 | 0 | 1010000 | 1001 | 1000101 | 1010001 | 110111 |
Color Harmonies of #CCE92F
Complementary color
Monochromatic Colors of #CCE92F
Black with #CCE92F
Text Example
Text Example
White with #CCE92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE92F; }
p { color: rgb(204,233,47); }
H1.HeaderClassName
{
color: #CCE92F;
}
.AnyTagClassName
{
color: #CCE92F;
}
</style>
background-color css
<style>
a { background-color: #CCE92F; }
a { background-color: rgb(204,233,47); }
div.DivClassName
{
background-color: #CCE92F;
}
.BgClassName
{
background-color: #CCE92F;
}
</style>
border-color css
<style>
span { border-color: #CCE92F; }
span { border-color: rgb(204,233,47); }
td.TdClassName
{
border-color: #CCE92F;
}
.TagClassName
{
border-color: #CCE92F;
}
</style>