Shades of Pear #CCF34A
Tints of Pear #CCF34A
RGB
CMYK
RGB Variations
Color information
#CCF34A (or 0xCCF34A) is known color: Pear. HEX triplet: CC, F3 and 4A. RGB value is (204,243,74). Sum of RGB (Red+Green+Blue) = 204+243+74=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF34A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF34A is #330CB5. Grayscale: #D4D4D4. Windows color (decimal): -3345590 or 4912076. OLE color: 4912076.
HSL color Cylindrical-coordinate representation of color #CCF34A: hue angle of 73.85º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCF34A is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 74 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.05 |
| HSL | 73.85º | 0.88% | 0.62% | - |
| HSV(B) | 73.85º | 0.7% | 0.95% | - |
| XYZ | 58.19 | 77.43 | 18.36 | - |
| YUV | 212.07 | 50.08 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 74 | 0.16 | 0 | 0.70 | 0.05 | 73.85 | 0.88 | 0.62 |
| Hex | CC | F3 | 4A | 10 | 0 | 46 | 5 | 4A | 58 | 3E |
| Octal | 314 | 363 | 112 | 20 | 0 | 106 | 5 | 112 | 130 | 76 |
| Binary | 11001100 | 11110011 | 1001010 | 10000 | 0 | 1000110 | 101 | 1001010 | 1011000 | 111110 |
Color Harmonies of #CCF34A
Complementary color
Monochromatic Colors of #CCF34A
Black with #CCF34A
Text Example
Text Example
White with #CCF34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF34A; }
p { color: rgb(204,243,74); }
H1.HeaderClassName
{
color: #CCF34A;
}
.AnyTagClassName
{
color: #CCF34A;
}
</style>
background-color css
<style>
a { background-color: #CCF34A; }
a { background-color: rgb(204,243,74); }
div.DivClassName
{
background-color: #CCF34A;
}
.BgClassName
{
background-color: #CCF34A;
}
</style>
border-color css
<style>
span { border-color: #CCF34A; }
span { border-color: rgb(204,243,74); }
td.TdClassName
{
border-color: #CCF34A;
}
.TagClassName
{
border-color: #CCF34A;
}
</style>