Shades of Pear #CCF11F
Tints of Pear #CCF11F
RGB
CMYK
RGB Variations
Color information
#CCF11F (or 0xCCF11F) is known color: Pear. HEX triplet: CC, F1 and 1F. RGB value is (204,241,31). Sum of RGB (Red+Green+Blue) = 204+241+31=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 31 (12.5% from 255 or 6.51% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF11F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF11F is #330EE0. Grayscale: #CECECE. Windows color (decimal): -3346145 or 2093516. OLE color: 2093516.
HSL color Cylindrical-coordinate representation of color #CCF11F: hue angle of 70.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCF11F is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 31 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.05 |
| HSL | 70.57º | 0.88% | 0.53% | - |
| HSV(B) | 70.57º | 0.87% | 0.95% | - |
| XYZ | 56.6 | 75.85 | 12.95 | - |
| YUV | 206 | 29.24 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 31 | 0.15 | 0 | 0.87 | 0.05 | 70.57 | 0.88 | 0.53 |
| Hex | CC | F1 | 1F | F | 0 | 57 | 5 | 47 | 58 | 35 |
| Octal | 314 | 361 | 37 | 17 | 0 | 127 | 5 | 107 | 130 | 65 |
| Binary | 11001100 | 11110001 | 11111 | 1111 | 0 | 1010111 | 101 | 1000111 | 1011000 | 110101 |
Color Harmonies of #CCF11F
Complementary color
Monochromatic Colors of #CCF11F
Black with #CCF11F
Text Example
Text Example
White with #CCF11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF11F; }
p { color: rgb(204,241,31); }
H1.HeaderClassName
{
color: #CCF11F;
}
.AnyTagClassName
{
color: #CCF11F;
}
</style>
background-color css
<style>
a { background-color: #CCF11F; }
a { background-color: rgb(204,241,31); }
div.DivClassName
{
background-color: #CCF11F;
}
.BgClassName
{
background-color: #CCF11F;
}
</style>
border-color css
<style>
span { border-color: #CCF11F; }
span { border-color: rgb(204,241,31); }
td.TdClassName
{
border-color: #CCF11F;
}
.TagClassName
{
border-color: #CCF11F;
}
</style>