Shades of Pear #CCEE28
Tints of Pear #CCEE28
RGB
CMYK
RGB Variations
Color information
#CCEE28 (or 0xCCEE28) is known color: Pear. HEX triplet: CC, EE and 28. RGB value is (204,238,40). Sum of RGB (Red+Green+Blue) = 204+238+40=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 238 (93.36% from 255 or 49.38% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEE28 is #3311D7. Grayscale: #CECECE. Windows color (decimal): -3346904 or 2682572. OLE color: 2682572.
HSL color Cylindrical-coordinate representation of color #CCEE28: hue angle of 70.3º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCEE28 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 238 | 40 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.07 |
| HSL | 70.3º | 0.85% | 0.55% | - |
| HSV(B) | 70.3º | 0.83% | 0.93% | - |
| XYZ | 55.86 | 74.14 | 13.37 | - |
| YUV | 205.26 | 34.74 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 238 | 40 | 0.14 | 0 | 0.83 | 0.07 | 70.3 | 0.85 | 0.55 |
| Hex | CC | EE | 28 | E | 0 | 53 | 7 | 46 | 55 | 37 |
| Octal | 314 | 356 | 50 | 16 | 0 | 123 | 7 | 106 | 125 | 67 |
| Binary | 11001100 | 11101110 | 101000 | 1110 | 0 | 1010011 | 111 | 1000110 | 1010101 | 110111 |
Color Harmonies of #CCEE28
Complementary color
Monochromatic Colors of #CCEE28
Black with #CCEE28
Text Example
Text Example
White with #CCEE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEE28; }
p { color: rgb(204,238,40); }
H1.HeaderClassName
{
color: #CCEE28;
}
.AnyTagClassName
{
color: #CCEE28;
}
</style>
background-color css
<style>
a { background-color: #CCEE28; }
a { background-color: rgb(204,238,40); }
div.DivClassName
{
background-color: #CCEE28;
}
.BgClassName
{
background-color: #CCEE28;
}
</style>
border-color css
<style>
span { border-color: #CCEE28; }
span { border-color: rgb(204,238,40); }
td.TdClassName
{
border-color: #CCEE28;
}
.TagClassName
{
border-color: #CCEE28;
}
</style>