Shades of Pear #CCF43A
Tints of Pear #CCF43A
RGB
CMYK
RGB Variations
Color information
#CCF43A (or 0xCCF43A) is known color: Pear. HEX triplet: CC, F4 and 3A. RGB value is (204,244,58). Sum of RGB (Red+Green+Blue) = 204+244+58=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 58 (23.05% from 255 or 11.46% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF43A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF43A is #330BC5. Grayscale: #D3D3D3. Windows color (decimal): -3345350 or 3863756. OLE color: 3863756.
HSL color Cylindrical-coordinate representation of color #CCF43A: hue angle of 72.9º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCF43A is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 58 | - |
| CMYK | 0.16 | 0 | 0.76 | 0.04 |
| HSL | 72.9º | 0.89% | 0.59% | - |
| HSV(B) | 72.9º | 0.76% | 0.96% | - |
| XYZ | 58.02 | 77.84 | 15.97 | - |
| YUV | 210.84 | 41.75 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 58 | 0.16 | 0 | 0.76 | 0.04 | 72.9 | 0.89 | 0.59 |
| Hex | CC | F4 | 3A | 10 | 0 | 4C | 4 | 49 | 59 | 3B |
| Octal | 314 | 364 | 72 | 20 | 0 | 114 | 4 | 111 | 131 | 73 |
| Binary | 11001100 | 11110100 | 111010 | 10000 | 0 | 1001100 | 100 | 1001001 | 1011001 | 111011 |
Color Harmonies of #CCF43A
Complementary color
Monochromatic Colors of #CCF43A
Black with #CCF43A
Text Example
Text Example
White with #CCF43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF43A; }
p { color: rgb(204,244,58); }
H1.HeaderClassName
{
color: #CCF43A;
}
.AnyTagClassName
{
color: #CCF43A;
}
</style>
background-color css
<style>
a { background-color: #CCF43A; }
a { background-color: rgb(204,244,58); }
div.DivClassName
{
background-color: #CCF43A;
}
.BgClassName
{
background-color: #CCF43A;
}
</style>
border-color css
<style>
span { border-color: #CCF43A; }
span { border-color: rgb(204,244,58); }
td.TdClassName
{
border-color: #CCF43A;
}
.TagClassName
{
border-color: #CCF43A;
}
</style>