Shades of Pear #CCF325
Tints of Pear #CCF325
RGB
CMYK
RGB Variations
Color information
#CCF325 (or 0xCCF325) is known color: Pear. HEX triplet: CC, F3 and 25. RGB value is (204,243,37). Sum of RGB (Red+Green+Blue) = 204+243+37=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 37 (14.84% from 255 or 7.64% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF325 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF325 is #330CDA. Grayscale: #D0D0D0. Windows color (decimal): -3345627 or 2487244. OLE color: 2487244.
HSL color Cylindrical-coordinate representation of color #CCF325: hue angle of 71.36º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCF325 is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 37 | - |
| CMYK | 0.16 | 0 | 0.85 | 0.05 |
| HSL | 71.36º | 0.9% | 0.55% | - |
| HSV(B) | 71.36º | 0.85% | 0.95% | - |
| XYZ | 57.29 | 77.07 | 13.61 | - |
| YUV | 207.86 | 31.58 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 37 | 0.16 | 0 | 0.85 | 0.05 | 71.36 | 0.9 | 0.55 |
| Hex | CC | F3 | 25 | 10 | 0 | 55 | 5 | 47 | 5A | 37 |
| Octal | 314 | 363 | 45 | 20 | 0 | 125 | 5 | 107 | 132 | 67 |
| Binary | 11001100 | 11110011 | 100101 | 10000 | 0 | 1010101 | 101 | 1000111 | 1011010 | 110111 |
Color Harmonies of #CCF325
Complementary color
Monochromatic Colors of #CCF325
Black with #CCF325
Text Example
Text Example
White with #CCF325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF325; }
p { color: rgb(204,243,37); }
H1.HeaderClassName
{
color: #CCF325;
}
.AnyTagClassName
{
color: #CCF325;
}
</style>
background-color css
<style>
a { background-color: #CCF325; }
a { background-color: rgb(204,243,37); }
div.DivClassName
{
background-color: #CCF325;
}
.BgClassName
{
background-color: #CCF325;
}
</style>
border-color css
<style>
span { border-color: #CCF325; }
span { border-color: rgb(204,243,37); }
td.TdClassName
{
border-color: #CCF325;
}
.TagClassName
{
border-color: #CCF325;
}
</style>