Shades of Pear #CCEF3A
Tints of Pear #CCEF3A
RGB
CMYK
RGB Variations
Color information
#CCEF3A (or 0xCCEF3A) is known color: Pear. HEX triplet: CC, EF and 3A. RGB value is (204,239,58). Sum of RGB (Red+Green+Blue) = 204+239+58=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 58 (23.05% from 255 or 11.58% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF3A is #3310C5. Grayscale: #D0D0D0. Windows color (decimal): -3346630 or 3862476. OLE color: 3862476.
HSL color Cylindrical-coordinate representation of color #CCEF3A: hue angle of 71.6º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCEF3A is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 58 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.06 |
| HSL | 71.6º | 0.85% | 0.58% | - |
| HSV(B) | 71.6º | 0.76% | 0.94% | - |
| XYZ | 56.53 | 74.88 | 15.48 | - |
| YUV | 207.9 | 43.4 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 58 | 0.15 | 0 | 0.76 | 0.06 | 71.6 | 0.85 | 0.58 |
| Hex | CC | EF | 3A | F | 0 | 4C | 6 | 48 | 55 | 3A |
| Octal | 314 | 357 | 72 | 17 | 0 | 114 | 6 | 110 | 125 | 72 |
| Binary | 11001100 | 11101111 | 111010 | 1111 | 0 | 1001100 | 110 | 1001000 | 1010101 | 111010 |
Color Harmonies of #CCEF3A
Complementary color
Monochromatic Colors of #CCEF3A
Black with #CCEF3A
Text Example
Text Example
White with #CCEF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEF3A; }
p { color: rgb(204,239,58); }
H1.HeaderClassName
{
color: #CCEF3A;
}
.AnyTagClassName
{
color: #CCEF3A;
}
</style>
background-color css
<style>
a { background-color: #CCEF3A; }
a { background-color: rgb(204,239,58); }
div.DivClassName
{
background-color: #CCEF3A;
}
.BgClassName
{
background-color: #CCEF3A;
}
</style>
border-color css
<style>
span { border-color: #CCEF3A; }
span { border-color: rgb(204,239,58); }
td.TdClassName
{
border-color: #CCEF3A;
}
.TagClassName
{
border-color: #CCEF3A;
}
</style>