Shades of Pear #CCE722
Tints of Pear #CCE722
RGB
CMYK
RGB Variations
Color information
#CCE722 (or 0xCCE722) is known color: Pear. HEX triplet: CC, E7 and 22. RGB value is (204,231,34). Sum of RGB (Red+Green+Blue) = 204+231+34=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 231 (90.62% from 255 or 49.25% from 469); Blue value is 34 (13.67% from 255 or 7.25% from 469); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE722 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE722 is #3318DD. Grayscale: #C9C9C9. Windows color (decimal): -3348702 or 2287564. OLE color: 2287564.
HSL color Cylindrical-coordinate representation of color #CCE722: hue angle of 68.22º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCE722 is Cyan = 0.12, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 34 | - |
| CMYK | 0.12 | 0 | 0.85 | 0.09 |
| HSL | 68.22º | 0.8% | 0.52% | - |
| HSV(B) | 68.22º | 0.85% | 0.91% | - |
| XYZ | 53.77 | 70.1 | 12.21 | - |
| YUV | 200.47 | 34.05 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 34 | 0.12 | 0 | 0.85 | 0.09 | 68.22 | 0.8 | 0.52 |
| Hex | CC | E7 | 22 | C | 0 | 55 | 9 | 44 | 50 | 34 |
| Octal | 314 | 347 | 42 | 14 | 0 | 125 | 11 | 104 | 120 | 64 |
| Binary | 11001100 | 11100111 | 100010 | 1100 | 0 | 1010101 | 1001 | 1000100 | 1010000 | 110100 |
Color Harmonies of #CCE722
Complementary color
Monochromatic Colors of #CCE722
Black with #CCE722
Text Example
Text Example
White with #CCE722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE722; }
p { color: rgb(204,231,34); }
H1.HeaderClassName
{
color: #CCE722;
}
.AnyTagClassName
{
color: #CCE722;
}
</style>
background-color css
<style>
a { background-color: #CCE722; }
a { background-color: rgb(204,231,34); }
div.DivClassName
{
background-color: #CCE722;
}
.BgClassName
{
background-color: #CCE722;
}
</style>
border-color css
<style>
span { border-color: #CCE722; }
span { border-color: rgb(204,231,34); }
td.TdClassName
{
border-color: #CCE722;
}
.TagClassName
{
border-color: #CCE722;
}
</style>