Shades of Pear #CCF41F
Tints of Pear #CCF41F
RGB
CMYK
RGB Variations
Color information
#CCF41F (or 0xCCF41F) is known color: Pear. HEX triplet: CC, F4 and 1F. RGB value is (204,244,31). Sum of RGB (Red+Green+Blue) = 204+244+31=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 244 (95.70% from 255 or 50.94% from 479); Blue value is 31 (12.5% from 255 or 6.47% from 479); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF41F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF41F is #330BE0. Grayscale: #D0D0D0. Windows color (decimal): -3345377 or 2094284. OLE color: 2094284.
HSL color Cylindrical-coordinate representation of color #CCF41F: hue angle of 71.27º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCF41F is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 31 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.04 |
| HSL | 71.27º | 0.91% | 0.54% | - |
| HSV(B) | 71.27º | 0.87% | 0.96% | - |
| XYZ | 57.5 | 77.64 | 13.25 | - |
| YUV | 207.76 | 28.25 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 31 | 0.16 | 0 | 0.87 | 0.04 | 71.27 | 0.91 | 0.54 |
| Hex | CC | F4 | 1F | 10 | 0 | 57 | 4 | 47 | 5B | 36 |
| Octal | 314 | 364 | 37 | 20 | 0 | 127 | 4 | 107 | 133 | 66 |
| Binary | 11001100 | 11110100 | 11111 | 10000 | 0 | 1010111 | 100 | 1000111 | 1011011 | 110110 |
Color Harmonies of #CCF41F
Complementary color
Monochromatic Colors of #CCF41F
Black with #CCF41F
Text Example
Text Example
White with #CCF41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF41F; }
p { color: rgb(204,244,31); }
H1.HeaderClassName
{
color: #CCF41F;
}
.AnyTagClassName
{
color: #CCF41F;
}
</style>
background-color css
<style>
a { background-color: #CCF41F; }
a { background-color: rgb(204,244,31); }
div.DivClassName
{
background-color: #CCF41F;
}
.BgClassName
{
background-color: #CCF41F;
}
</style>
border-color css
<style>
span { border-color: #CCF41F; }
span { border-color: rgb(204,244,31); }
td.TdClassName
{
border-color: #CCF41F;
}
.TagClassName
{
border-color: #CCF41F;
}
</style>