Shades of Pear #CCE325
Tints of Pear #CCE325
RGB
CMYK
RGB Variations
Color information
#CCE325 (or 0xCCE325) is known color: Pear. HEX triplet: CC, E3 and 25. RGB value is (204,227,37). Sum of RGB (Red+Green+Blue) = 204+227+37=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 227 (89.06% from 255 or 48.50% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 227 - color contains mainly: green. Hex color #CCE325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCE325 is #331CDA. Grayscale: #C7C7C7. Windows color (decimal): -3349723 or 2483148. OLE color: 2483148.
HSL color Cylindrical-coordinate representation of color #CCE325: hue angle of 67.26º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCE325 is Cyan = 0.10, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 227 | 37 | - |
| CMYK | 0.10 | 0 | 0.84 | 0.11 |
| HSL | 67.26º | 0.77% | 0.52% | - |
| HSV(B) | 67.26º | 0.84% | 0.89% | - |
| XYZ | 52.7 | 67.91 | 12.08 | - |
| YUV | 198.46 | 36.88 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 227 | 37 | 0.10 | 0 | 0.84 | 0.11 | 67.26 | 0.77 | 0.52 |
| Hex | CC | E3 | 25 | A | 0 | 54 | B | 43 | 4D | 34 |
| Octal | 314 | 343 | 45 | 12 | 0 | 124 | 13 | 103 | 115 | 64 |
| Binary | 11001100 | 11100011 | 100101 | 1010 | 0 | 1010100 | 1011 | 1000011 | 1001101 | 110100 |
Color Harmonies of #CCE325
Complementary color
Monochromatic Colors of #CCE325
Black with #CCE325
Text Example
Text Example
White with #CCE325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE325; }
p { color: rgb(204,227,37); }
H1.HeaderClassName
{
color: #CCE325;
}
.AnyTagClassName
{
color: #CCE325;
}
</style>
background-color css
<style>
a { background-color: #CCE325; }
a { background-color: rgb(204,227,37); }
div.DivClassName
{
background-color: #CCE325;
}
.BgClassName
{
background-color: #CCE325;
}
</style>
border-color css
<style>
span { border-color: #CCE325; }
span { border-color: rgb(204,227,37); }
td.TdClassName
{
border-color: #CCE325;
}
.TagClassName
{
border-color: #CCE325;
}
</style>