Shades of Pear #CCFF44
Tints of Pear #CCFF44
RGB
CMYK
RGB Variations
Color information
#CCFF44 (or 0xCCFF44) is known color: Pear. HEX triplet: CC, FF and 44. RGB value is (204,255,68). Sum of RGB (Red+Green+Blue) = 204+255+68=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 68 (26.95% from 255 or 12.90% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF44 is #3300BB. Grayscale: #DBDBDB. Windows color (decimal): -3342524 or 4521932. OLE color: 4521932.
HSL color Cylindrical-coordinate representation of color #CCFF44: hue angle of 76.36º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCFF44 is Cyan = 0.2, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 68 | - |
| CMYK | 0.2 | 0 | 0.73 | 0 |
| HSL | 76.36º | 1% | 0.63% | - |
| HSV(B) | 76.36º | 0.73% | 1% | - |
| XYZ | 61.71 | 84.77 | 18.58 | - |
| YUV | 218.43 | 43.1 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 68 | 0.2 | 0 | 0.73 | 0 | 76.36 | 1 | 0.63 |
| Hex | CC | FF | 44 | 14 | 0 | 49 | 0 | 4C | 64 | 3F |
| Octal | 314 | 377 | 104 | 24 | 0 | 111 | 0 | 114 | 144 | 77 |
| Binary | 11001100 | 11111111 | 1000100 | 10100 | 0 | 1001001 | 0 | 1001100 | 1100100 | 111111 |
Color Harmonies of #CCFF44
Complementary color
Monochromatic Colors of #CCFF44
Black with #CCFF44
Text Example
Text Example
White with #CCFF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF44; }
p { color: rgb(204,255,68); }
H1.HeaderClassName
{
color: #CCFF44;
}
.AnyTagClassName
{
color: #CCFF44;
}
</style>
background-color css
<style>
a { background-color: #CCFF44; }
a { background-color: rgb(204,255,68); }
div.DivClassName
{
background-color: #CCFF44;
}
.BgClassName
{
background-color: #CCFF44;
}
</style>
border-color css
<style>
span { border-color: #CCFF44; }
span { border-color: rgb(204,255,68); }
td.TdClassName
{
border-color: #CCFF44;
}
.TagClassName
{
border-color: #CCFF44;
}
</style>