Shades of Pear #CCE71F
Tints of Pear #CCE71F
RGB
CMYK
RGB Variations
Color information
#CCE71F (or 0xCCE71F) is known color: Pear. HEX triplet: CC, E7 and 1F. RGB value is (204,231,31). Sum of RGB (Red+Green+Blue) = 204+231+31=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 31 (12.5% from 255 or 6.65% from 466); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE71F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE71F is #3318E0. Grayscale: #C8C8C8. Windows color (decimal): -3348705 or 2090956. OLE color: 2090956.
HSL color Cylindrical-coordinate representation of color #CCE71F: hue angle of 68.1º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCE71F is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 31 | - |
| CMYK | 0.12 | 0 | 0.87 | 0.09 |
| HSL | 68.1º | 0.81% | 0.51% | - |
| HSV(B) | 68.1º | 0.87% | 0.91% | - |
| XYZ | 53.73 | 70.09 | 11.99 | - |
| YUV | 200.13 | 32.55 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 31 | 0.12 | 0 | 0.87 | 0.09 | 68.1 | 0.81 | 0.51 |
| Hex | CC | E7 | 1F | C | 0 | 57 | 9 | 44 | 51 | 33 |
| Octal | 314 | 347 | 37 | 14 | 0 | 127 | 11 | 104 | 121 | 63 |
| Binary | 11001100 | 11100111 | 11111 | 1100 | 0 | 1010111 | 1001 | 1000100 | 1010001 | 110011 |
Color Harmonies of #CCE71F
Complementary color
Monochromatic Colors of #CCE71F
Black with #CCE71F
Text Example
Text Example
White with #CCE71F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE71F; }
p { color: rgb(204,231,31); }
H1.HeaderClassName
{
color: #CCE71F;
}
.AnyTagClassName
{
color: #CCE71F;
}
</style>
background-color css
<style>
a { background-color: #CCE71F; }
a { background-color: rgb(204,231,31); }
div.DivClassName
{
background-color: #CCE71F;
}
.BgClassName
{
background-color: #CCE71F;
}
</style>
border-color css
<style>
span { border-color: #CCE71F; }
span { border-color: rgb(204,231,31); }
td.TdClassName
{
border-color: #CCE71F;
}
.TagClassName
{
border-color: #CCE71F;
}
</style>