Shades of Pear #CCFF45
Tints of Pear #CCFF45
RGB
CMYK
RGB Variations
Color information
#CCFF45 (or 0xCCFF45) is known color: Pear. HEX triplet: CC, FF and 45. RGB value is (204,255,69). Sum of RGB (Red+Green+Blue) = 204+255+69=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 255 (100% from 255 or 48.30% from 528); Blue value is 69 (27.34% from 255 or 13.07% from 528); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF45 is #3300BA. Grayscale: #DBDBDB. Windows color (decimal): -3342523 or 4587468. OLE color: 4587468.
HSL color Cylindrical-coordinate representation of color #CCFF45: hue angle of 76.45º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCFF45 is Cyan = 0.2, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 69 | - |
| CMYK | 0.2 | 0 | 0.73 | 0 |
| HSL | 76.45º | 1% | 0.64% | - |
| HSV(B) | 76.45º | 0.73% | 1% | - |
| XYZ | 61.74 | 84.79 | 18.74 | - |
| YUV | 218.55 | 43.6 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 69 | 0.2 | 0 | 0.73 | 0 | 76.45 | 1 | 0.64 |
| Hex | CC | FF | 45 | 14 | 0 | 49 | 0 | 4C | 64 | 40 |
| Octal | 314 | 377 | 105 | 24 | 0 | 111 | 0 | 114 | 144 | 100 |
| Binary | 11001100 | 11111111 | 1000101 | 10100 | 0 | 1001001 | 0 | 1001100 | 1100100 | 1000000 |
Color Harmonies of #CCFF45
Complementary color
Monochromatic Colors of #CCFF45
Black with #CCFF45
Text Example
Text Example
White with #CCFF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF45; }
p { color: rgb(204,255,69); }
H1.HeaderClassName
{
color: #CCFF45;
}
.AnyTagClassName
{
color: #CCFF45;
}
</style>
background-color css
<style>
a { background-color: #CCFF45; }
a { background-color: rgb(204,255,69); }
div.DivClassName
{
background-color: #CCFF45;
}
.BgClassName
{
background-color: #CCFF45;
}
</style>
border-color css
<style>
span { border-color: #CCFF45; }
span { border-color: rgb(204,255,69); }
td.TdClassName
{
border-color: #CCFF45;
}
.TagClassName
{
border-color: #CCFF45;
}
</style>