Shades of Pear #CCF138
Tints of Pear #CCF138
RGB
CMYK
RGB Variations
Color information
#CCF138 (or 0xCCF138) is known color: Pear. HEX triplet: CC, F1 and 38. RGB value is (204,241,56). Sum of RGB (Red+Green+Blue) = 204+241+56=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 56 (22.27% from 255 or 11.18% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF138 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF138 is #330EC7. Grayscale: #D1D1D1. Windows color (decimal): -3346120 or 3731916. OLE color: 3731916.
HSL color Cylindrical-coordinate representation of color #CCF138: hue angle of 72º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCF138 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 56 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.05 |
| HSL | 72º | 0.87% | 0.58% | - |
| HSV(B) | 72º | 0.77% | 0.95% | - |
| XYZ | 57.07 | 76.03 | 15.41 | - |
| YUV | 208.85 | 41.74 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 56 | 0.15 | 0 | 0.77 | 0.05 | 72 | 0.87 | 0.58 |
| Hex | CC | F1 | 38 | F | 0 | 4D | 5 | 48 | 57 | 3A |
| Octal | 314 | 361 | 70 | 17 | 0 | 115 | 5 | 110 | 127 | 72 |
| Binary | 11001100 | 11110001 | 111000 | 1111 | 0 | 1001101 | 101 | 1001000 | 1010111 | 111010 |
Color Harmonies of #CCF138
Complementary color
Monochromatic Colors of #CCF138
Black with #CCF138
Text Example
Text Example
White with #CCF138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF138; }
p { color: rgb(204,241,56); }
H1.HeaderClassName
{
color: #CCF138;
}
.AnyTagClassName
{
color: #CCF138;
}
</style>
background-color css
<style>
a { background-color: #CCF138; }
a { background-color: rgb(204,241,56); }
div.DivClassName
{
background-color: #CCF138;
}
.BgClassName
{
background-color: #CCF138;
}
</style>
border-color css
<style>
span { border-color: #CCF138; }
span { border-color: rgb(204,241,56); }
td.TdClassName
{
border-color: #CCF138;
}
.TagClassName
{
border-color: #CCF138;
}
</style>