Shades of Pear #CCF335
Tints of Pear #CCF335
RGB
CMYK
RGB Variations
Color information
#CCF335 (or 0xCCF335) is known color: Pear. HEX triplet: CC, F3 and 35. RGB value is (204,243,53). Sum of RGB (Red+Green+Blue) = 204+243+53=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 243 (95.31% from 255 or 48.6% from 500); Blue value is 53 (21.09% from 255 or 10.6% from 500); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF335 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF335 is #330CCA. Grayscale: #D2D2D2. Windows color (decimal): -3345611 or 3535820. OLE color: 3535820.
HSL color Cylindrical-coordinate representation of color #CCF335: hue angle of 72.32º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCF335 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 53 | - |
| CMYK | 0.16 | 0 | 0.78 | 0.05 |
| HSL | 72.32º | 0.89% | 0.58% | - |
| HSV(B) | 72.32º | 0.78% | 0.95% | - |
| XYZ | 57.6 | 77.2 | 15.23 | - |
| YUV | 209.68 | 39.58 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 53 | 0.16 | 0 | 0.78 | 0.05 | 72.32 | 0.89 | 0.58 |
| Hex | CC | F3 | 35 | 10 | 0 | 4E | 5 | 48 | 59 | 3A |
| Octal | 314 | 363 | 65 | 20 | 0 | 116 | 5 | 110 | 131 | 72 |
| Binary | 11001100 | 11110011 | 110101 | 10000 | 0 | 1001110 | 101 | 1001000 | 1011001 | 111010 |
Color Harmonies of #CCF335
Complementary color
Monochromatic Colors of #CCF335
Black with #CCF335
Text Example
Text Example
White with #CCF335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF335; }
p { color: rgb(204,243,53); }
H1.HeaderClassName
{
color: #CCF335;
}
.AnyTagClassName
{
color: #CCF335;
}
</style>
background-color css
<style>
a { background-color: #CCF335; }
a { background-color: rgb(204,243,53); }
div.DivClassName
{
background-color: #CCF335;
}
.BgClassName
{
background-color: #CCF335;
}
</style>
border-color css
<style>
span { border-color: #CCF335; }
span { border-color: rgb(204,243,53); }
td.TdClassName
{
border-color: #CCF335;
}
.TagClassName
{
border-color: #CCF335;
}
</style>