Shades of Pear #CCF43F
Tints of Pear #CCF43F
RGB
CMYK
RGB Variations
Color information
#CCF43F (or 0xCCF43F) is known color: Pear. HEX triplet: CC, F4 and 3F. RGB value is (204,244,63). Sum of RGB (Red+Green+Blue) = 204+244+63=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 63 (25% from 255 or 12.33% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF43F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF43F is #330BC0. Grayscale: #D4D4D4. Windows color (decimal): -3345345 or 4191436. OLE color: 4191436.
HSL color Cylindrical-coordinate representation of color #CCF43F: hue angle of 73.26º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCF43F is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 63 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.04 |
| HSL | 73.26º | 0.89% | 0.6% | - |
| HSV(B) | 73.26º | 0.74% | 0.96% | - |
| XYZ | 58.15 | 77.9 | 16.67 | - |
| YUV | 211.41 | 44.25 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 63 | 0.16 | 0 | 0.74 | 0.04 | 73.26 | 0.89 | 0.6 |
| Hex | CC | F4 | 3F | 10 | 0 | 4A | 4 | 49 | 59 | 3C |
| Octal | 314 | 364 | 77 | 20 | 0 | 112 | 4 | 111 | 131 | 74 |
| Binary | 11001100 | 11110100 | 111111 | 10000 | 0 | 1001010 | 100 | 1001001 | 1011001 | 111100 |
Color Harmonies of #CCF43F
Complementary color
Monochromatic Colors of #CCF43F
Black with #CCF43F
Text Example
Text Example
White with #CCF43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF43F; }
p { color: rgb(204,244,63); }
H1.HeaderClassName
{
color: #CCF43F;
}
.AnyTagClassName
{
color: #CCF43F;
}
</style>
background-color css
<style>
a { background-color: #CCF43F; }
a { background-color: rgb(204,244,63); }
div.DivClassName
{
background-color: #CCF43F;
}
.BgClassName
{
background-color: #CCF43F;
}
</style>
border-color css
<style>
span { border-color: #CCF43F; }
span { border-color: rgb(204,244,63); }
td.TdClassName
{
border-color: #CCF43F;
}
.TagClassName
{
border-color: #CCF43F;
}
</style>