Shades of Pear #CCF33C
Tints of Pear #CCF33C
RGB
CMYK
RGB Variations
Color information
#CCF33C (or 0xCCF33C) is known color: Pear. HEX triplet: CC, F3 and 3C. RGB value is (204,243,60). Sum of RGB (Red+Green+Blue) = 204+243+60=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 60 (23.83% from 255 or 11.83% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF33C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF33C is #330CC3. Grayscale: #D3D3D3. Windows color (decimal): -3345604 or 3994572. OLE color: 3994572.
HSL color Cylindrical-coordinate representation of color #CCF33C: hue angle of 72.79º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCF33C is Cyan = 0.16, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 243 | 60 | - |
CMYK | 0.16 | 0 | 0.75 | 0.05 |
HSL | 72.79º | 0.88% | 0.59% | - |
HSV(B) | 72.79º | 0.75% | 0.95% | - |
XYZ | 57.77 | 77.26 | 16.14 | - |
YUV | 210.48 | 43.08 | 123.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 243 | 60 | 0.16 | 0 | 0.75 | 0.05 | 72.79 | 0.88 | 0.59 |
Hex | CC | F3 | 3C | 10 | 0 | 4B | 5 | 49 | 58 | 3B |
Octal | 314 | 363 | 74 | 20 | 0 | 113 | 5 | 111 | 130 | 73 |
Binary | 11001100 | 11110011 | 111100 | 10000 | 0 | 1001011 | 101 | 1001001 | 1011000 | 111011 |
Color Harmonies of #CCF33C
Complementary color
Monochromatic Colors of #CCF33C
Black with #CCF33C
Text Example
Text Example
White with #CCF33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF33C; }
p { color: rgb(204,243,60); }
H1.HeaderClassName
{
color: #CCF33C;
}
.AnyTagClassName
{
color: #CCF33C;
}
</style>
background-color css
<style>
a { background-color: #CCF33C; }
a { background-color: rgb(204,243,60); }
div.DivClassName
{
background-color: #CCF33C;
}
.BgClassName
{
background-color: #CCF33C;
}
</style>
border-color css
<style>
span { border-color: #CCF33C; }
span { border-color: rgb(204,243,60); }
td.TdClassName
{
border-color: #CCF33C;
}
.TagClassName
{
border-color: #CCF33C;
}
</style>