Shades of Pear #CCF53E
Tints of Pear #CCF53E
RGB
CMYK
RGB Variations
Color information
#CCF53E (or 0xCCF53E) is known color: Pear. HEX triplet: CC, F5 and 3E. RGB value is (204,245,62). Sum of RGB (Red+Green+Blue) = 204+245+62=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 62 (24.61% from 255 or 12.13% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF53E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF53E is #330AC1. Grayscale: #D4D4D4. Windows color (decimal): -3345090 or 4126156. OLE color: 4126156.
HSL color Cylindrical-coordinate representation of color #CCF53E: hue angle of 73.44º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCF53E is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 62 | - |
| CMYK | 0.17 | 0 | 0.75 | 0.04 |
| HSL | 73.44º | 0.9% | 0.6% | - |
| HSV(B) | 73.44º | 0.75% | 0.96% | - |
| XYZ | 58.42 | 78.49 | 16.63 | - |
| YUV | 211.88 | 43.42 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 62 | 0.17 | 0 | 0.75 | 0.04 | 73.44 | 0.9 | 0.6 |
| Hex | CC | F5 | 3E | 11 | 0 | 4B | 4 | 49 | 5A | 3C |
| Octal | 314 | 365 | 76 | 21 | 0 | 113 | 4 | 111 | 132 | 74 |
| Binary | 11001100 | 11110101 | 111110 | 10001 | 0 | 1001011 | 100 | 1001001 | 1011010 | 111100 |
Color Harmonies of #CCF53E
Complementary color
Monochromatic Colors of #CCF53E
Black with #CCF53E
Text Example
Text Example
White with #CCF53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF53E; }
p { color: rgb(204,245,62); }
H1.HeaderClassName
{
color: #CCF53E;
}
.AnyTagClassName
{
color: #CCF53E;
}
</style>
background-color css
<style>
a { background-color: #CCF53E; }
a { background-color: rgb(204,245,62); }
div.DivClassName
{
background-color: #CCF53E;
}
.BgClassName
{
background-color: #CCF53E;
}
</style>
border-color css
<style>
span { border-color: #CCF53E; }
span { border-color: rgb(204,245,62); }
td.TdClassName
{
border-color: #CCF53E;
}
.TagClassName
{
border-color: #CCF53E;
}
</style>