Shades of Pear #CCFF28
Tints of Pear #CCFF28
RGB
CMYK
RGB Variations
Color information
#CCFF28 (or 0xCCFF28) is known color: Pear. HEX triplet: CC, FF and 28. RGB value is (204,255,40). Sum of RGB (Red+Green+Blue) = 204+255+40=499 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.88% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 40 (16.02% from 255 or 8.02% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF28 is #3300D7. Grayscale: #D8D8D8. Windows color (decimal): -3342552 or 2686924. OLE color: 2686924.
HSL color Cylindrical-coordinate representation of color #CCFF28: hue angle of 74.23º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCFF28 is Cyan = 0.2, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 40 | - |
| CMYK | 0.2 | 0 | 0.84 | 0 |
| HSL | 74.23º | 1% | 0.58% | - |
| HSV(B) | 74.23º | 0.84% | 1% | - |
| XYZ | 61.04 | 84.51 | 15.1 | - |
| YUV | 215.24 | 29.1 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 40 | 0.2 | 0 | 0.84 | 0 | 74.23 | 1 | 0.58 |
| Hex | CC | FF | 28 | 14 | 0 | 54 | 0 | 4A | 64 | 3A |
| Octal | 314 | 377 | 50 | 24 | 0 | 124 | 0 | 112 | 144 | 72 |
| Binary | 11001100 | 11111111 | 101000 | 10100 | 0 | 1010100 | 0 | 1001010 | 1100100 | 111010 |
Color Harmonies of #CCFF28
Complementary color
Monochromatic Colors of #CCFF28
Black with #CCFF28
Text Example
Text Example
White with #CCFF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF28; }
p { color: rgb(204,255,40); }
H1.HeaderClassName
{
color: #CCFF28;
}
.AnyTagClassName
{
color: #CCFF28;
}
</style>
background-color css
<style>
a { background-color: #CCFF28; }
a { background-color: rgb(204,255,40); }
div.DivClassName
{
background-color: #CCFF28;
}
.BgClassName
{
background-color: #CCFF28;
}
</style>
border-color css
<style>
span { border-color: #CCFF28; }
span { border-color: rgb(204,255,40); }
td.TdClassName
{
border-color: #CCFF28;
}
.TagClassName
{
border-color: #CCFF28;
}
</style>