Shades of Pear #CCF340
Tints of Pear #CCF340
RGB
CMYK
RGB Variations
Color information
#CCF340 (or 0xCCF340) is known color: Pear. HEX triplet: CC, F3 and 40. RGB value is (204,243,64). Sum of RGB (Red+Green+Blue) = 204+243+64=511 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.92% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 64 (25.39% from 255 or 12.52% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF340 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF340 is #330CBF. Grayscale: #D3D3D3. Windows color (decimal): -3345600 or 4256716. OLE color: 4256716.
HSL color Cylindrical-coordinate representation of color #CCF340: hue angle of 73.07º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCF340 is Cyan = 0.16, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 64 | - |
| CMYK | 0.16 | 0 | 0.74 | 0.05 |
| HSL | 73.07º | 0.88% | 0.6% | - |
| HSV(B) | 73.07º | 0.74% | 0.95% | - |
| XYZ | 57.88 | 77.31 | 16.72 | - |
| YUV | 210.93 | 45.08 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 64 | 0.16 | 0 | 0.74 | 0.05 | 73.07 | 0.88 | 0.6 |
| Hex | CC | F3 | 40 | 10 | 0 | 4A | 5 | 49 | 58 | 3C |
| Octal | 314 | 363 | 100 | 20 | 0 | 112 | 5 | 111 | 130 | 74 |
| Binary | 11001100 | 11110011 | 1000000 | 10000 | 0 | 1001010 | 101 | 1001001 | 1011000 | 111100 |
Color Harmonies of #CCF340
Complementary color
Monochromatic Colors of #CCF340
Black with #CCF340
Text Example
Text Example
White with #CCF340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF340; }
p { color: rgb(204,243,64); }
H1.HeaderClassName
{
color: #CCF340;
}
.AnyTagClassName
{
color: #CCF340;
}
</style>
background-color css
<style>
a { background-color: #CCF340; }
a { background-color: rgb(204,243,64); }
div.DivClassName
{
background-color: #CCF340;
}
.BgClassName
{
background-color: #CCF340;
}
</style>
border-color css
<style>
span { border-color: #CCF340; }
span { border-color: rgb(204,243,64); }
td.TdClassName
{
border-color: #CCF340;
}
.TagClassName
{
border-color: #CCF340;
}
</style>