Shades of Pear #CCF42E
Tints of Pear #CCF42E
RGB
CMYK
RGB Variations
Color information
#CCF42E (or 0xCCF42E) is known color: Pear. HEX triplet: CC, F4 and 2E. RGB value is (204,244,46). Sum of RGB (Red+Green+Blue) = 204+244+46=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF42E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF42E is #330BD1. Grayscale: #D2D2D2. Windows color (decimal): -3345362 or 3077324. OLE color: 3077324.
HSL color Cylindrical-coordinate representation of color #CCF42E: hue angle of 72.12º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCF42E is Cyan = 0.16, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 46 | - |
| CMYK | 0.16 | 0 | 0.81 | 0.04 |
| HSL | 72.12º | 0.9% | 0.57% | - |
| HSV(B) | 72.12º | 0.81% | 0.96% | - |
| XYZ | 57.75 | 77.74 | 14.55 | - |
| YUV | 209.47 | 35.75 | 124.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 46 | 0.16 | 0 | 0.81 | 0.04 | 72.12 | 0.9 | 0.57 |
| Hex | CC | F4 | 2E | 10 | 0 | 51 | 4 | 48 | 5A | 39 |
| Octal | 314 | 364 | 56 | 20 | 0 | 121 | 4 | 110 | 132 | 71 |
| Binary | 11001100 | 11110100 | 101110 | 10000 | 0 | 1010001 | 100 | 1001000 | 1011010 | 111001 |
Color Harmonies of #CCF42E
Complementary color
Monochromatic Colors of #CCF42E
Black with #CCF42E
Text Example
Text Example
White with #CCF42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF42E; }
p { color: rgb(204,244,46); }
H1.HeaderClassName
{
color: #CCF42E;
}
.AnyTagClassName
{
color: #CCF42E;
}
</style>
background-color css
<style>
a { background-color: #CCF42E; }
a { background-color: rgb(204,244,46); }
div.DivClassName
{
background-color: #CCF42E;
}
.BgClassName
{
background-color: #CCF42E;
}
</style>
border-color css
<style>
span { border-color: #CCF42E; }
span { border-color: rgb(204,244,46); }
td.TdClassName
{
border-color: #CCF42E;
}
.TagClassName
{
border-color: #CCF42E;
}
</style>