Shades of Pear #CCF341
Tints of Pear #CCF341
RGB
CMYK
RGB Variations
Color information
#CCF341 (or 0xCCF341) is known color: Pear. HEX triplet: CC, F3 and 41. RGB value is (204,243,65). Sum of RGB (Red+Green+Blue) = 204+243+65=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 243 (95.31% from 255 or 47.46% from 512); Blue value is 65 (25.78% from 255 or 12.70% from 512); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF341 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF341 is #330CBE. Grayscale: #D3D3D3. Windows color (decimal): -3345599 or 4322252. OLE color: 4322252.
HSL color Cylindrical-coordinate representation of color #CCF341: hue angle of 73.15º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCF341 is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 65 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.05 |
| HSL | 73.15º | 0.88% | 0.6% | - |
| HSV(B) | 73.15º | 0.73% | 0.95% | - |
| XYZ | 57.91 | 77.32 | 16.87 | - |
| YUV | 211.05 | 45.58 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 65 | 0.16 | 0 | 0.73 | 0.05 | 73.15 | 0.88 | 0.6 |
| Hex | CC | F3 | 41 | 10 | 0 | 49 | 5 | 49 | 58 | 3C |
| Octal | 314 | 363 | 101 | 20 | 0 | 111 | 5 | 111 | 130 | 74 |
| Binary | 11001100 | 11110011 | 1000001 | 10000 | 0 | 1001001 | 101 | 1001001 | 1011000 | 111100 |
Color Harmonies of #CCF341
Complementary color
Monochromatic Colors of #CCF341
Black with #CCF341
Text Example
Text Example
White with #CCF341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF341; }
p { color: rgb(204,243,65); }
H1.HeaderClassName
{
color: #CCF341;
}
.AnyTagClassName
{
color: #CCF341;
}
</style>
background-color css
<style>
a { background-color: #CCF341; }
a { background-color: rgb(204,243,65); }
div.DivClassName
{
background-color: #CCF341;
}
.BgClassName
{
background-color: #CCF341;
}
</style>
border-color css
<style>
span { border-color: #CCF341; }
span { border-color: rgb(204,243,65); }
td.TdClassName
{
border-color: #CCF341;
}
.TagClassName
{
border-color: #CCF341;
}
</style>