Shades of Pear #CCF41E
Tints of Pear #CCF41E
RGB
CMYK
RGB Variations
Color information
#CCF41E (or 0xCCF41E) is known color: Pear. HEX triplet: CC, F4 and 1E. RGB value is (204,244,30). Sum of RGB (Red+Green+Blue) = 204+244+30=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 244 (95.70% from 255 or 51.05% from 478); Blue value is 30 (12.11% from 255 or 6.28% from 478); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF41E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF41E is #330BE1. Grayscale: #D0D0D0. Windows color (decimal): -3345378 or 2028748. OLE color: 2028748.
HSL color Cylindrical-coordinate representation of color #CCF41E: hue angle of 71.21º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCF41E is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 30 | - |
| CMYK | 0.16 | 0 | 0.88 | 0.04 |
| HSL | 71.21º | 0.91% | 0.54% | - |
| HSV(B) | 71.21º | 0.88% | 0.96% | - |
| XYZ | 57.49 | 77.63 | 13.18 | - |
| YUV | 207.64 | 27.75 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 30 | 0.16 | 0 | 0.88 | 0.04 | 71.21 | 0.91 | 0.54 |
| Hex | CC | F4 | 1E | 10 | 0 | 58 | 4 | 47 | 5B | 36 |
| Octal | 314 | 364 | 36 | 20 | 0 | 130 | 4 | 107 | 133 | 66 |
| Binary | 11001100 | 11110100 | 11110 | 10000 | 0 | 1011000 | 100 | 1000111 | 1011011 | 110110 |
Color Harmonies of #CCF41E
Complementary color
Monochromatic Colors of #CCF41E
Black with #CCF41E
Text Example
Text Example
White with #CCF41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF41E; }
p { color: rgb(204,244,30); }
H1.HeaderClassName
{
color: #CCF41E;
}
.AnyTagClassName
{
color: #CCF41E;
}
</style>
background-color css
<style>
a { background-color: #CCF41E; }
a { background-color: rgb(204,244,30); }
div.DivClassName
{
background-color: #CCF41E;
}
.BgClassName
{
background-color: #CCF41E;
}
</style>
border-color css
<style>
span { border-color: #CCF41E; }
span { border-color: rgb(204,244,30); }
td.TdClassName
{
border-color: #CCF41E;
}
.TagClassName
{
border-color: #CCF41E;
}
</style>