Shades of Pear #CCF94A
Tints of Pear #CCF94A
RGB
CMYK
RGB Variations
Color information
#CCF94A (or 0xCCF94A) is known color: Pear. HEX triplet: CC, F9 and 4A. RGB value is (204,249,74). Sum of RGB (Red+Green+Blue) = 204+249+74=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 74 (29.30% from 255 or 14.04% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF94A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF94A is #3306B5. Grayscale: #D8D8D8. Windows color (decimal): -3344054 or 4913612. OLE color: 4913612.
HSL color Cylindrical-coordinate representation of color #CCF94A: hue angle of 75.43º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCF94A is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 74 | - |
| CMYK | 0.18 | 0 | 0.70 | 0.02 |
| HSL | 75.43º | 0.94% | 0.63% | - |
| HSV(B) | 75.43º | 0.7% | 0.98% | - |
| XYZ | 60.01 | 81.08 | 18.97 | - |
| YUV | 215.6 | 48.09 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 74 | 0.18 | 0 | 0.70 | 0.02 | 75.43 | 0.94 | 0.63 |
| Hex | CC | F9 | 4A | 12 | 0 | 46 | 2 | 4B | 5E | 3F |
| Octal | 314 | 371 | 112 | 22 | 0 | 106 | 2 | 113 | 136 | 77 |
| Binary | 11001100 | 11111001 | 1001010 | 10010 | 0 | 1000110 | 10 | 1001011 | 1011110 | 111111 |
Color Harmonies of #CCF94A
Complementary color
Monochromatic Colors of #CCF94A
Black with #CCF94A
Text Example
Text Example
White with #CCF94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF94A; }
p { color: rgb(204,249,74); }
H1.HeaderClassName
{
color: #CCF94A;
}
.AnyTagClassName
{
color: #CCF94A;
}
</style>
background-color css
<style>
a { background-color: #CCF94A; }
a { background-color: rgb(204,249,74); }
div.DivClassName
{
background-color: #CCF94A;
}
.BgClassName
{
background-color: #CCF94A;
}
</style>
border-color css
<style>
span { border-color: #CCF94A; }
span { border-color: rgb(204,249,74); }
td.TdClassName
{
border-color: #CCF94A;
}
.TagClassName
{
border-color: #CCF94A;
}
</style>