Shades of Pear #CCEF28
Tints of Pear #CCEF28
RGB
CMYK
RGB Variations
Color information
#CCEF28 (or 0xCCEF28) is known color: Pear. HEX triplet: CC, EF and 28. RGB value is (204,239,40). Sum of RGB (Red+Green+Blue) = 204+239+40=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 40 (16.02% from 255 or 8.28% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF28 is #3310D7. Grayscale: #CECECE. Windows color (decimal): -3346648 or 2682828. OLE color: 2682828.
HSL color Cylindrical-coordinate representation of color #CCEF28: hue angle of 70.55º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCEF28 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 239 | 40 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.06 |
| HSL | 70.55º | 0.86% | 0.55% | - |
| HSV(B) | 70.55º | 0.83% | 0.94% | - |
| XYZ | 56.15 | 74.72 | 13.47 | - |
| YUV | 205.85 | 34.4 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 239 | 40 | 0.15 | 0 | 0.83 | 0.06 | 70.55 | 0.86 | 0.55 |
| Hex | CC | EF | 28 | F | 0 | 53 | 6 | 47 | 56 | 37 |
| Octal | 314 | 357 | 50 | 17 | 0 | 123 | 6 | 107 | 126 | 67 |
| Binary | 11001100 | 11101111 | 101000 | 1111 | 0 | 1010011 | 110 | 1000111 | 1010110 | 110111 |
Color Harmonies of #CCEF28
Complementary color
Monochromatic Colors of #CCEF28
Black with #CCEF28
Text Example
Text Example
White with #CCEF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEF28; }
p { color: rgb(204,239,40); }
H1.HeaderClassName
{
color: #CCEF28;
}
.AnyTagClassName
{
color: #CCEF28;
}
</style>
background-color css
<style>
a { background-color: #CCEF28; }
a { background-color: rgb(204,239,40); }
div.DivClassName
{
background-color: #CCEF28;
}
.BgClassName
{
background-color: #CCEF28;
}
</style>
border-color css
<style>
span { border-color: #CCEF28; }
span { border-color: rgb(204,239,40); }
td.TdClassName
{
border-color: #CCEF28;
}
.TagClassName
{
border-color: #CCEF28;
}
</style>