Shades of Pear #CCFF27
Tints of Pear #CCFF27
RGB
CMYK
RGB Variations
Color information
#CCFF27 (or 0xCCFF27) is known color: Pear. HEX triplet: CC, FF and 27. RGB value is (204,255,39). Sum of RGB (Red+Green+Blue) = 204+255+39=498 (65% of max value = 765). Red value is 204 (80.08% from 255 or 40.96% from 498); Green value is 255 (100% from 255 or 51.20% from 498); Blue value is 39 (15.62% from 255 or 7.83% from 498); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF27 is #3300D8. Grayscale: #D7D7D7. Windows color (decimal): -3342553 or 2621388. OLE color: 2621388.
HSL color Cylindrical-coordinate representation of color #CCFF27: hue angle of 74.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCFF27 is Cyan = 0.2, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 39 | - |
| CMYK | 0.2 | 0 | 0.85 | 0 |
| HSL | 74.17º | 1% | 0.58% | - |
| HSV(B) | 74.17º | 0.85% | 1% | - |
| XYZ | 61.03 | 84.5 | 15.01 | - |
| YUV | 215.13 | 28.6 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 39 | 0.2 | 0 | 0.85 | 0 | 74.17 | 1 | 0.58 |
| Hex | CC | FF | 27 | 14 | 0 | 55 | 0 | 4A | 64 | 3A |
| Octal | 314 | 377 | 47 | 24 | 0 | 125 | 0 | 112 | 144 | 72 |
| Binary | 11001100 | 11111111 | 100111 | 10100 | 0 | 1010101 | 0 | 1001010 | 1100100 | 111010 |
Color Harmonies of #CCFF27
Complementary color
Monochromatic Colors of #CCFF27
Black with #CCFF27
Text Example
Text Example
White with #CCFF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF27; }
p { color: rgb(204,255,39); }
H1.HeaderClassName
{
color: #CCFF27;
}
.AnyTagClassName
{
color: #CCFF27;
}
</style>
background-color css
<style>
a { background-color: #CCFF27; }
a { background-color: rgb(204,255,39); }
div.DivClassName
{
background-color: #CCFF27;
}
.BgClassName
{
background-color: #CCFF27;
}
</style>
border-color css
<style>
span { border-color: #CCFF27; }
span { border-color: rgb(204,255,39); }
td.TdClassName
{
border-color: #CCFF27;
}
.TagClassName
{
border-color: #CCFF27;
}
</style>