Shades of Pear #CCE61B
Tints of Pear #CCE61B
RGB
CMYK
RGB Variations
Color information
#CCE61B (or 0xCCE61B) is known color: Pear. HEX triplet: CC, E6 and 1B. RGB value is (204,230,27). Sum of RGB (Red+Green+Blue) = 204+230+27=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 230 (90.23% from 255 or 49.89% from 461); Blue value is 27 (10.94% from 255 or 5.86% from 461); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE61B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE61B is #3319E4. Grayscale: #C7C7C7. Windows color (decimal): -3348965 or 1828556. OLE color: 1828556.
HSL color Cylindrical-coordinate representation of color #CCE61B: hue angle of 67.68º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCE61B is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 27 | - |
| CMYK | 0.11 | 0 | 0.88 | 0.10 |
| HSL | 67.68º | 0.8% | 0.5% | - |
| HSV(B) | 67.68º | 0.88% | 0.9% | - |
| XYZ | 53.4 | 69.51 | 11.64 | - |
| YUV | 199.08 | 30.89 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 27 | 0.11 | 0 | 0.88 | 0.10 | 67.68 | 0.8 | 0.5 |
| Hex | CC | E6 | 1B | B | 0 | 58 | A | 44 | 50 | 32 |
| Octal | 314 | 346 | 33 | 13 | 0 | 130 | 12 | 104 | 120 | 62 |
| Binary | 11001100 | 11100110 | 11011 | 1011 | 0 | 1011000 | 1010 | 1000100 | 1010000 | 110010 |
Color Harmonies of #CCE61B
Complementary color
Monochromatic Colors of #CCE61B
Black with #CCE61B
Text Example
Text Example
White with #CCE61B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE61B; }
p { color: rgb(204,230,27); }
H1.HeaderClassName
{
color: #CCE61B;
}
.AnyTagClassName
{
color: #CCE61B;
}
</style>
background-color css
<style>
a { background-color: #CCE61B; }
a { background-color: rgb(204,230,27); }
div.DivClassName
{
background-color: #CCE61B;
}
.BgClassName
{
background-color: #CCE61B;
}
</style>
border-color css
<style>
span { border-color: #CCE61B; }
span { border-color: rgb(204,230,27); }
td.TdClassName
{
border-color: #CCE61B;
}
.TagClassName
{
border-color: #CCE61B;
}
</style>