Shades of Pear #CCF23E
Tints of Pear #CCF23E
RGB
CMYK
RGB Variations
Color information
#CCF23E (or 0xCCF23E) is known color: Pear. HEX triplet: CC, F2 and 3E. RGB value is (204,242,62). Sum of RGB (Red+Green+Blue) = 204+242+62=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 62 (24.61% from 255 or 12.20% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF23E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF23E is #330DC1. Grayscale: #D2D2D2. Windows color (decimal): -3345858 or 4125388. OLE color: 4125388.
HSL color Cylindrical-coordinate representation of color #CCF23E: hue angle of 72.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCF23E is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 242 | 62 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.05 |
| HSL | 72.67º | 0.87% | 0.6% | - |
| HSV(B) | 72.67º | 0.74% | 0.95% | - |
| XYZ | 57.52 | 76.69 | 16.33 | - |
| YUV | 210.12 | 44.41 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 242 | 62 | 0.16 | 0 | 0.74 | 0.05 | 72.67 | 0.87 | 0.6 |
| Hex | CC | F2 | 3E | 10 | 0 | 4A | 5 | 49 | 57 | 3C |
| Octal | 314 | 362 | 76 | 20 | 0 | 112 | 5 | 111 | 127 | 74 |
| Binary | 11001100 | 11110010 | 111110 | 10000 | 0 | 1001010 | 101 | 1001001 | 1010111 | 111100 |
Color Harmonies of #CCF23E
Complementary color
Monochromatic Colors of #CCF23E
Black with #CCF23E
Text Example
Text Example
White with #CCF23E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF23E; }
p { color: rgb(204,242,62); }
H1.HeaderClassName
{
color: #CCF23E;
}
.AnyTagClassName
{
color: #CCF23E;
}
</style>
background-color css
<style>
a { background-color: #CCF23E; }
a { background-color: rgb(204,242,62); }
div.DivClassName
{
background-color: #CCF23E;
}
.BgClassName
{
background-color: #CCF23E;
}
</style>
border-color css
<style>
span { border-color: #CCF23E; }
span { border-color: rgb(204,242,62); }
td.TdClassName
{
border-color: #CCF23E;
}
.TagClassName
{
border-color: #CCF23E;
}
</style>