Shades of Pear #CCEF1D
Tints of Pear #CCEF1D
RGB
CMYK
RGB Variations
Color information
#CCEF1D (or 0xCCEF1D) is known color: Pear. HEX triplet: CC, EF and 1D. RGB value is (204,239,29). Sum of RGB (Red+Green+Blue) = 204+239+29=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF1D is #3310E2. Grayscale: #CDCDCD. Windows color (decimal): -3346659 or 1961932. OLE color: 1961932.
HSL color Cylindrical-coordinate representation of color #CCEF1D: hue angle of 70º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCEF1D is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 29 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.06 |
| HSL | 70º | 0.87% | 0.53% | - |
| HSV(B) | 70º | 0.88% | 0.94% | - |
| XYZ | 55.99 | 74.66 | 12.62 | - |
| YUV | 204.6 | 28.9 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 29 | 0.15 | 0 | 0.88 | 0.06 | 70 | 0.87 | 0.53 |
| Hex | CC | EF | 1D | F | 0 | 58 | 6 | 46 | 57 | 35 |
| Octal | 314 | 357 | 35 | 17 | 0 | 130 | 6 | 106 | 127 | 65 |
| Binary | 11001100 | 11101111 | 11101 | 1111 | 0 | 1011000 | 110 | 1000110 | 1010111 | 110101 |
Color Harmonies of #CCEF1D
Complementary color
Monochromatic Colors of #CCEF1D
Black with #CCEF1D
Text Example
Text Example
White with #CCEF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEF1D; }
p { color: rgb(204,239,29); }
H1.HeaderClassName
{
color: #CCEF1D;
}
.AnyTagClassName
{
color: #CCEF1D;
}
</style>
background-color css
<style>
a { background-color: #CCEF1D; }
a { background-color: rgb(204,239,29); }
div.DivClassName
{
background-color: #CCEF1D;
}
.BgClassName
{
background-color: #CCEF1D;
}
</style>
border-color css
<style>
span { border-color: #CCEF1D; }
span { border-color: rgb(204,239,29); }
td.TdClassName
{
border-color: #CCEF1D;
}
.TagClassName
{
border-color: #CCEF1D;
}
</style>