Shades of Pear #CCFF42
Tints of Pear #CCFF42
RGB
CMYK
RGB Variations
Color information
#CCFF42 (or 0xCCFF42) is known color: Pear. HEX triplet: CC, FF and 42. RGB value is (204,255,66). Sum of RGB (Red+Green+Blue) = 204+255+66=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 66 (26.17% from 255 or 12.57% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF42 is #3300BD. Grayscale: #DADADA. Windows color (decimal): -3342526 or 4390860. OLE color: 4390860.
HSL color Cylindrical-coordinate representation of color #CCFF42: hue angle of 76.19º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCFF42 is Cyan = 0.2, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 66 | - |
| CMYK | 0.2 | 0 | 0.74 | 0 |
| HSL | 76.19º | 1% | 0.63% | - |
| HSV(B) | 76.19º | 0.74% | 1% | - |
| XYZ | 61.65 | 84.75 | 18.26 | - |
| YUV | 218.21 | 42.1 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 66 | 0.2 | 0 | 0.74 | 0 | 76.19 | 1 | 0.63 |
| Hex | CC | FF | 42 | 14 | 0 | 4A | 0 | 4C | 64 | 3F |
| Octal | 314 | 377 | 102 | 24 | 0 | 112 | 0 | 114 | 144 | 77 |
| Binary | 11001100 | 11111111 | 1000010 | 10100 | 0 | 1001010 | 0 | 1001100 | 1100100 | 111111 |
Color Harmonies of #CCFF42
Complementary color
Monochromatic Colors of #CCFF42
Black with #CCFF42
Text Example
Text Example
White with #CCFF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF42; }
p { color: rgb(204,255,66); }
H1.HeaderClassName
{
color: #CCFF42;
}
.AnyTagClassName
{
color: #CCFF42;
}
</style>
background-color css
<style>
a { background-color: #CCFF42; }
a { background-color: rgb(204,255,66); }
div.DivClassName
{
background-color: #CCFF42;
}
.BgClassName
{
background-color: #CCFF42;
}
</style>
border-color css
<style>
span { border-color: #CCFF42; }
span { border-color: rgb(204,255,66); }
td.TdClassName
{
border-color: #CCFF42;
}
.TagClassName
{
border-color: #CCFF42;
}
</style>