Shades of Pear #CCF139
Tints of Pear #CCF139
RGB
CMYK
RGB Variations
Color information
#CCF139 (or 0xCCF139) is known color: Pear. HEX triplet: CC, F1 and 39. RGB value is (204,241,57). Sum of RGB (Red+Green+Blue) = 204+241+57=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 57 (22.66% from 255 or 11.35% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF139 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF139 is #330EC6. Grayscale: #D1D1D1. Windows color (decimal): -3346119 or 3797452. OLE color: 3797452.
HSL color Cylindrical-coordinate representation of color #CCF139: hue angle of 72.07º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCF139 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 57 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.05 |
| HSL | 72.07º | 0.87% | 0.58% | - |
| HSV(B) | 72.07º | 0.76% | 0.95% | - |
| XYZ | 57.1 | 76.04 | 15.54 | - |
| YUV | 208.96 | 42.24 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 57 | 0.15 | 0 | 0.76 | 0.05 | 72.07 | 0.87 | 0.58 |
| Hex | CC | F1 | 39 | F | 0 | 4C | 5 | 48 | 57 | 3A |
| Octal | 314 | 361 | 71 | 17 | 0 | 114 | 5 | 110 | 127 | 72 |
| Binary | 11001100 | 11110001 | 111001 | 1111 | 0 | 1001100 | 101 | 1001000 | 1010111 | 111010 |
Color Harmonies of #CCF139
Complementary color
Monochromatic Colors of #CCF139
Black with #CCF139
Text Example
Text Example
White with #CCF139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF139; }
p { color: rgb(204,241,57); }
H1.HeaderClassName
{
color: #CCF139;
}
.AnyTagClassName
{
color: #CCF139;
}
</style>
background-color css
<style>
a { background-color: #CCF139; }
a { background-color: rgb(204,241,57); }
div.DivClassName
{
background-color: #CCF139;
}
.BgClassName
{
background-color: #CCF139;
}
</style>
border-color css
<style>
span { border-color: #CCF139; }
span { border-color: rgb(204,241,57); }
td.TdClassName
{
border-color: #CCF139;
}
.TagClassName
{
border-color: #CCF139;
}
</style>