Shades of Pear #CCEF2C
Tints of Pear #CCEF2C
RGB
CMYK
RGB Variations
Color information
#CCEF2C (or 0xCCEF2C) is known color: Pear. HEX triplet: CC, EF and 2C. RGB value is (204,239,44). Sum of RGB (Red+Green+Blue) = 204+239+44=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 44 (17.58% from 255 or 9.03% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF2C is #3310D3. Grayscale: #CFCFCF. Windows color (decimal): -3346644 or 2944972. OLE color: 2944972.
HSL color Cylindrical-coordinate representation of color #CCEF2C: hue angle of 70.77º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCEF2C is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 44 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.06 |
| HSL | 70.77º | 0.86% | 0.55% | - |
| HSV(B) | 70.77º | 0.82% | 0.94% | - |
| XYZ | 56.22 | 74.75 | 13.85 | - |
| YUV | 206.31 | 36.4 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 44 | 0.15 | 0 | 0.82 | 0.06 | 70.77 | 0.86 | 0.55 |
| Hex | CC | EF | 2C | F | 0 | 52 | 6 | 47 | 56 | 37 |
| Octal | 314 | 357 | 54 | 17 | 0 | 122 | 6 | 107 | 126 | 67 |
| Binary | 11001100 | 11101111 | 101100 | 1111 | 0 | 1010010 | 110 | 1000111 | 1010110 | 110111 |
Color Harmonies of #CCEF2C
Complementary color
Monochromatic Colors of #CCEF2C
Black with #CCEF2C
Text Example
Text Example
White with #CCEF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEF2C; }
p { color: rgb(204,239,44); }
H1.HeaderClassName
{
color: #CCEF2C;
}
.AnyTagClassName
{
color: #CCEF2C;
}
</style>
background-color css
<style>
a { background-color: #CCEF2C; }
a { background-color: rgb(204,239,44); }
div.DivClassName
{
background-color: #CCEF2C;
}
.BgClassName
{
background-color: #CCEF2C;
}
</style>
border-color css
<style>
span { border-color: #CCEF2C; }
span { border-color: rgb(204,239,44); }
td.TdClassName
{
border-color: #CCEF2C;
}
.TagClassName
{
border-color: #CCEF2C;
}
</style>