Shades of Pear #CCFF2D
Tints of Pear #CCFF2D
RGB
CMYK
RGB Variations
Color information
#CCFF2D (or 0xCCFF2D) is known color: Pear. HEX triplet: CC, FF and 2D. RGB value is (204,255,45). Sum of RGB (Red+Green+Blue) = 204+255+45=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 45 (17.97% from 255 or 8.93% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF2D is #3300D2. Grayscale: #D8D8D8. Windows color (decimal): -3342547 or 3014604. OLE color: 3014604.
HSL color Cylindrical-coordinate representation of color #CCFF2D: hue angle of 74.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCFF2D is Cyan = 0.2, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 45 | - |
| CMYK | 0.2 | 0 | 0.82 | 0 |
| HSL | 74.57º | 1% | 0.59% | - |
| HSV(B) | 74.57º | 0.82% | 1% | - |
| XYZ | 61.14 | 84.55 | 15.58 | - |
| YUV | 215.81 | 31.6 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 45 | 0.2 | 0 | 0.82 | 0 | 74.57 | 1 | 0.59 |
| Hex | CC | FF | 2D | 14 | 0 | 52 | 0 | 4B | 64 | 3B |
| Octal | 314 | 377 | 55 | 24 | 0 | 122 | 0 | 113 | 144 | 73 |
| Binary | 11001100 | 11111111 | 101101 | 10100 | 0 | 1010010 | 0 | 1001011 | 1100100 | 111011 |
Color Harmonies of #CCFF2D
Complementary color
Monochromatic Colors of #CCFF2D
Black with #CCFF2D
Text Example
Text Example
White with #CCFF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF2D; }
p { color: rgb(204,255,45); }
H1.HeaderClassName
{
color: #CCFF2D;
}
.AnyTagClassName
{
color: #CCFF2D;
}
</style>
background-color css
<style>
a { background-color: #CCFF2D; }
a { background-color: rgb(204,255,45); }
div.DivClassName
{
background-color: #CCFF2D;
}
.BgClassName
{
background-color: #CCFF2D;
}
</style>
border-color css
<style>
span { border-color: #CCFF2D; }
span { border-color: rgb(204,255,45); }
td.TdClassName
{
border-color: #CCFF2D;
}
.TagClassName
{
border-color: #CCFF2D;
}
</style>