Shades of Pear #CCF33E
Tints of Pear #CCF33E
RGB
CMYK
RGB Variations
Color information
#CCF33E (or 0xCCF33E) is known color: Pear. HEX triplet: CC, F3 and 3E. RGB value is (204,243,62). Sum of RGB (Red+Green+Blue) = 204+243+62=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 62 (24.61% from 255 or 12.18% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF33E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF33E is #330CC1. Grayscale: #D3D3D3. Windows color (decimal): -3345602 or 4125644. OLE color: 4125644.
HSL color Cylindrical-coordinate representation of color #CCF33E: hue angle of 72.93º degrees, saturation: 0.88, 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 #CCF33E is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 62 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.05 |
| HSL | 72.93º | 0.88% | 0.6% | - |
| HSV(B) | 72.93º | 0.74% | 0.95% | - |
| XYZ | 57.82 | 77.29 | 16.43 | - |
| YUV | 210.71 | 44.08 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 62 | 0.16 | 0 | 0.74 | 0.05 | 72.93 | 0.88 | 0.6 |
| Hex | CC | F3 | 3E | 10 | 0 | 4A | 5 | 49 | 58 | 3C |
| Octal | 314 | 363 | 76 | 20 | 0 | 112 | 5 | 111 | 130 | 74 |
| Binary | 11001100 | 11110011 | 111110 | 10000 | 0 | 1001010 | 101 | 1001001 | 1011000 | 111100 |
Color Harmonies of #CCF33E
Complementary color
Monochromatic Colors of #CCF33E
Black with #CCF33E
Text Example
Text Example
White with #CCF33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF33E; }
p { color: rgb(204,243,62); }
H1.HeaderClassName
{
color: #CCF33E;
}
.AnyTagClassName
{
color: #CCF33E;
}
</style>
background-color css
<style>
a { background-color: #CCF33E; }
a { background-color: rgb(204,243,62); }
div.DivClassName
{
background-color: #CCF33E;
}
.BgClassName
{
background-color: #CCF33E;
}
</style>
border-color css
<style>
span { border-color: #CCF33E; }
span { border-color: rgb(204,243,62); }
td.TdClassName
{
border-color: #CCF33E;
}
.TagClassName
{
border-color: #CCF33E;
}
</style>