Shades of Pear #CCF122
Tints of Pear #CCF122
RGB
CMYK
RGB Variations
Color information
#CCF122 (or 0xCCF122) is known color: Pear. HEX triplet: CC, F1 and 22. RGB value is (204,241,34). Sum of RGB (Red+Green+Blue) = 204+241+34=479 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.59% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 34 (13.67% from 255 or 7.10% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF122 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF122 is #330EDD. Grayscale: #CFCFCF. Windows color (decimal): -3346142 or 2290124. OLE color: 2290124.
HSL color Cylindrical-coordinate representation of color #CCF122: hue angle of 70.72º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCF122 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 34 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.05 |
| HSL | 70.72º | 0.88% | 0.54% | - |
| HSV(B) | 70.72º | 0.86% | 0.95% | - |
| XYZ | 56.65 | 75.86 | 13.17 | - |
| YUV | 206.34 | 30.74 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 34 | 0.15 | 0 | 0.86 | 0.05 | 70.72 | 0.88 | 0.54 |
| Hex | CC | F1 | 22 | F | 0 | 56 | 5 | 47 | 58 | 36 |
| Octal | 314 | 361 | 42 | 17 | 0 | 126 | 5 | 107 | 130 | 66 |
| Binary | 11001100 | 11110001 | 100010 | 1111 | 0 | 1010110 | 101 | 1000111 | 1011000 | 110110 |
Color Harmonies of #CCF122
Complementary color
Monochromatic Colors of #CCF122
Black with #CCF122
Text Example
Text Example
White with #CCF122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF122; }
p { color: rgb(204,241,34); }
H1.HeaderClassName
{
color: #CCF122;
}
.AnyTagClassName
{
color: #CCF122;
}
</style>
background-color css
<style>
a { background-color: #CCF122; }
a { background-color: rgb(204,241,34); }
div.DivClassName
{
background-color: #CCF122;
}
.BgClassName
{
background-color: #CCF122;
}
</style>
border-color css
<style>
span { border-color: #CCF122; }
span { border-color: rgb(204,241,34); }
td.TdClassName
{
border-color: #CCF122;
}
.TagClassName
{
border-color: #CCF122;
}
</style>