Shades of Pear #CCE61F
Tints of Pear #CCE61F
RGB
CMYK
RGB Variations
Color information
#CCE61F (or 0xCCE61F) is known color: Pear. HEX triplet: CC, E6 and 1F. RGB value is (204,230,31). Sum of RGB (Red+Green+Blue) = 204+230+31=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 230 (90.23% from 255 or 49.46% from 465); Blue value is 31 (12.5% from 255 or 6.67% from 465); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE61F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE61F is #3319E0. Grayscale: #C8C8C8. Windows color (decimal): -3348961 or 2090700. OLE color: 2090700.
HSL color Cylindrical-coordinate representation of color #CCE61F: hue angle of 67.84º 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 #CCE61F is Cyan = 0.11, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 31 | - |
| CMYK | 0.11 | 0 | 0.87 | 0.10 |
| HSL | 67.84º | 0.8% | 0.51% | - |
| HSV(B) | 67.84º | 0.87% | 0.9% | - |
| XYZ | 53.45 | 69.53 | 11.9 | - |
| YUV | 199.54 | 32.89 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 31 | 0.11 | 0 | 0.87 | 0.10 | 67.84 | 0.8 | 0.51 |
| Hex | CC | E6 | 1F | B | 0 | 57 | A | 44 | 50 | 33 |
| Octal | 314 | 346 | 37 | 13 | 0 | 127 | 12 | 104 | 120 | 63 |
| Binary | 11001100 | 11100110 | 11111 | 1011 | 0 | 1010111 | 1010 | 1000100 | 1010000 | 110011 |
Color Harmonies of #CCE61F
Complementary color
Monochromatic Colors of #CCE61F
Black with #CCE61F
Text Example
Text Example
White with #CCE61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE61F; }
p { color: rgb(204,230,31); }
H1.HeaderClassName
{
color: #CCE61F;
}
.AnyTagClassName
{
color: #CCE61F;
}
</style>
background-color css
<style>
a { background-color: #CCE61F; }
a { background-color: rgb(204,230,31); }
div.DivClassName
{
background-color: #CCE61F;
}
.BgClassName
{
background-color: #CCE61F;
}
</style>
border-color css
<style>
span { border-color: #CCE61F; }
span { border-color: rgb(204,230,31); }
td.TdClassName
{
border-color: #CCE61F;
}
.TagClassName
{
border-color: #CCE61F;
}
</style>