Shades of Pear #CCF338
Tints of Pear #CCF338
RGB
CMYK
RGB Variations
Color information
#CCF338 (or 0xCCF338) is known color: Pear. HEX triplet: CC, F3 and 38. RGB value is (204,243,56). Sum of RGB (Red+Green+Blue) = 204+243+56=503 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.56% from 503); Green value is 243 (95.31% from 255 or 48.31% from 503); Blue value is 56 (22.27% from 255 or 11.13% from 503); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF338 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF338 is #330CC7. Grayscale: #D2D2D2. Windows color (decimal): -3345608 or 3732428. OLE color: 3732428.
HSL color Cylindrical-coordinate representation of color #CCF338: hue angle of 72.51º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCF338 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 56 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.05 |
| HSL | 72.51º | 0.89% | 0.59% | - |
| HSV(B) | 72.51º | 0.77% | 0.95% | - |
| XYZ | 57.67 | 77.22 | 15.61 | - |
| YUV | 210.02 | 41.08 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 56 | 0.16 | 0 | 0.77 | 0.05 | 72.51 | 0.89 | 0.59 |
| Hex | CC | F3 | 38 | 10 | 0 | 4D | 5 | 49 | 59 | 3B |
| Octal | 314 | 363 | 70 | 20 | 0 | 115 | 5 | 111 | 131 | 73 |
| Binary | 11001100 | 11110011 | 111000 | 10000 | 0 | 1001101 | 101 | 1001001 | 1011001 | 111011 |
Color Harmonies of #CCF338
Complementary color
Monochromatic Colors of #CCF338
Black with #CCF338
Text Example
Text Example
White with #CCF338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF338; }
p { color: rgb(204,243,56); }
H1.HeaderClassName
{
color: #CCF338;
}
.AnyTagClassName
{
color: #CCF338;
}
</style>
background-color css
<style>
a { background-color: #CCF338; }
a { background-color: rgb(204,243,56); }
div.DivClassName
{
background-color: #CCF338;
}
.BgClassName
{
background-color: #CCF338;
}
</style>
border-color css
<style>
span { border-color: #CCF338; }
span { border-color: rgb(204,243,56); }
td.TdClassName
{
border-color: #CCF338;
}
.TagClassName
{
border-color: #CCF338;
}
</style>