Shades of Pear #CCF43E
Tints of Pear #CCF43E
RGB
CMYK
RGB Variations
Color information
#CCF43E (or 0xCCF43E) is known color: Pear. HEX triplet: CC, F4 and 3E. RGB value is (204,244,62). Sum of RGB (Red+Green+Blue) = 204+244+62=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 244 (95.70% from 255 or 47.84% from 510); Blue value is 62 (24.61% from 255 or 12.16% from 510); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF43E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF43E is #330BC1. Grayscale: #D3D3D3. Windows color (decimal): -3345346 or 4125900. OLE color: 4125900.
HSL color Cylindrical-coordinate representation of color #CCF43E: hue angle of 73.19º degrees, saturation: 0.89, 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 #CCF43E is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 62 | - |
| CMYK | 0.16 | 0 | 0.75 | 0.04 |
| HSL | 73.19º | 0.89% | 0.6% | - |
| HSV(B) | 73.19º | 0.75% | 0.96% | - |
| XYZ | 58.12 | 77.89 | 16.53 | - |
| YUV | 211.29 | 43.75 | 122.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 62 | 0.16 | 0 | 0.75 | 0.04 | 73.19 | 0.89 | 0.6 |
| Hex | CC | F4 | 3E | 10 | 0 | 4B | 4 | 49 | 59 | 3C |
| Octal | 314 | 364 | 76 | 20 | 0 | 113 | 4 | 111 | 131 | 74 |
| Binary | 11001100 | 11110100 | 111110 | 10000 | 0 | 1001011 | 100 | 1001001 | 1011001 | 111100 |
Color Harmonies of #CCF43E
Complementary color
Monochromatic Colors of #CCF43E
Black with #CCF43E
Text Example
Text Example
White with #CCF43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF43E; }
p { color: rgb(204,244,62); }
H1.HeaderClassName
{
color: #CCF43E;
}
.AnyTagClassName
{
color: #CCF43E;
}
</style>
background-color css
<style>
a { background-color: #CCF43E; }
a { background-color: rgb(204,244,62); }
div.DivClassName
{
background-color: #CCF43E;
}
.BgClassName
{
background-color: #CCF43E;
}
</style>
border-color css
<style>
span { border-color: #CCF43E; }
span { border-color: rgb(204,244,62); }
td.TdClassName
{
border-color: #CCF43E;
}
.TagClassName
{
border-color: #CCF43E;
}
</style>