Shades of Pear #CCE61E
Tints of Pear #CCE61E
RGB
CMYK
RGB Variations
Color information
#CCE61E (or 0xCCE61E) is known color: Pear. HEX triplet: CC, E6 and 1E. RGB value is (204,230,30). Sum of RGB (Red+Green+Blue) = 204+230+30=464 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.97% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE61E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE61E is #3319E1. Grayscale: #C8C8C8. Windows color (decimal): -3348962 or 2025164. OLE color: 2025164.
HSL color Cylindrical-coordinate representation of color #CCE61E: hue angle of 67.8º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCE61E is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 30 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.10 |
| HSL | 67.8º | 0.8% | 0.51% | - |
| HSV(B) | 67.8º | 0.87% | 0.9% | - |
| XYZ | 53.43 | 69.52 | 11.83 | - |
| YUV | 199.43 | 32.39 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 30 | 0.11 | 0 | 0.87 | 0.10 | 67.8 | 0.8 | 0.51 |
| Hex | CC | E6 | 1E | B | 0 | 57 | A | 44 | 50 | 33 |
| Octal | 314 | 346 | 36 | 13 | 0 | 127 | 12 | 104 | 120 | 63 |
| Binary | 11001100 | 11100110 | 11110 | 1011 | 0 | 1010111 | 1010 | 1000100 | 1010000 | 110011 |
Color Harmonies of #CCE61E
Complementary color
Monochromatic Colors of #CCE61E
Black with #CCE61E
Text Example
Text Example
White with #CCE61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE61E; }
p { color: rgb(204,230,30); }
H1.HeaderClassName
{
color: #CCE61E;
}
.AnyTagClassName
{
color: #CCE61E;
}
</style>
background-color css
<style>
a { background-color: #CCE61E; }
a { background-color: rgb(204,230,30); }
div.DivClassName
{
background-color: #CCE61E;
}
.BgClassName
{
background-color: #CCE61E;
}
</style>
border-color css
<style>
span { border-color: #CCE61E; }
span { border-color: rgb(204,230,30); }
td.TdClassName
{
border-color: #CCE61E;
}
.TagClassName
{
border-color: #CCE61E;
}
</style>