Shades of Pear #CCE726
Tints of Pear #CCE726
RGB
CMYK
RGB Variations
Color information
#CCE726 (or 0xCCE726) is known color: Pear. HEX triplet: CC, E7 and 26. RGB value is (204,231,38). Sum of RGB (Red+Green+Blue) = 204+231+38=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 231 (90.62% from 255 or 48.84% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE726 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE726 is #3318D9. Grayscale: #C9C9C9. Windows color (decimal): -3348698 or 2549708. OLE color: 2549708.
HSL color Cylindrical-coordinate representation of color #CCE726: hue angle of 68.39º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCE726 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 231 | 38 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.09 |
| HSL | 68.39º | 0.8% | 0.53% | - |
| HSV(B) | 68.39º | 0.84% | 0.91% | - |
| XYZ | 53.83 | 70.13 | 12.53 | - |
| YUV | 200.93 | 36.05 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 231 | 38 | 0.12 | 0 | 0.84 | 0.09 | 68.39 | 0.8 | 0.53 |
| Hex | CC | E7 | 26 | C | 0 | 54 | 9 | 44 | 50 | 35 |
| Octal | 314 | 347 | 46 | 14 | 0 | 124 | 11 | 104 | 120 | 65 |
| Binary | 11001100 | 11100111 | 100110 | 1100 | 0 | 1010100 | 1001 | 1000100 | 1010000 | 110101 |
Color Harmonies of #CCE726
Complementary color
Monochromatic Colors of #CCE726
Black with #CCE726
Text Example
Text Example
White with #CCE726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE726; }
p { color: rgb(204,231,38); }
H1.HeaderClassName
{
color: #CCE726;
}
.AnyTagClassName
{
color: #CCE726;
}
</style>
background-color css
<style>
a { background-color: #CCE726; }
a { background-color: rgb(204,231,38); }
div.DivClassName
{
background-color: #CCE726;
}
.BgClassName
{
background-color: #CCE726;
}
</style>
border-color css
<style>
span { border-color: #CCE726; }
span { border-color: rgb(204,231,38); }
td.TdClassName
{
border-color: #CCE726;
}
.TagClassName
{
border-color: #CCE726;
}
</style>