Shades of Pear #CCF330
Tints of Pear #CCF330
RGB
CMYK
RGB Variations
Color information
#CCF330 (or 0xCCF330) is known color: Pear. HEX triplet: CC, F3 and 30. RGB value is (204,243,48). Sum of RGB (Red+Green+Blue) = 204+243+48=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 48 (19.14% from 255 or 9.70% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF330 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF330 is #330CCF. Grayscale: #D1D1D1. Windows color (decimal): -3345616 or 3208140. OLE color: 3208140.
HSL color Cylindrical-coordinate representation of color #CCF330: hue angle of 72º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCF330 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 48 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.05 |
| HSL | 72º | 0.89% | 0.57% | - |
| HSV(B) | 72º | 0.8% | 0.95% | - |
| XYZ | 57.49 | 77.15 | 14.66 | - |
| YUV | 209.11 | 37.08 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 48 | 0.16 | 0 | 0.80 | 0.05 | 72 | 0.89 | 0.57 |
| Hex | CC | F3 | 30 | 10 | 0 | 50 | 5 | 48 | 59 | 39 |
| Octal | 314 | 363 | 60 | 20 | 0 | 120 | 5 | 110 | 131 | 71 |
| Binary | 11001100 | 11110011 | 110000 | 10000 | 0 | 1010000 | 101 | 1001000 | 1011001 | 111001 |
Color Harmonies of #CCF330
Complementary color
Monochromatic Colors of #CCF330
Black with #CCF330
Text Example
Text Example
White with #CCF330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF330; }
p { color: rgb(204,243,48); }
H1.HeaderClassName
{
color: #CCF330;
}
.AnyTagClassName
{
color: #CCF330;
}
</style>
background-color css
<style>
a { background-color: #CCF330; }
a { background-color: rgb(204,243,48); }
div.DivClassName
{
background-color: #CCF330;
}
.BgClassName
{
background-color: #CCF330;
}
</style>
border-color css
<style>
span { border-color: #CCF330; }
span { border-color: rgb(204,243,48); }
td.TdClassName
{
border-color: #CCF330;
}
.TagClassName
{
border-color: #CCF330;
}
</style>