Shades of Pear #CCF125
Tints of Pear #CCF125
RGB
CMYK
RGB Variations
Color information
#CCF125 (or 0xCCF125) is known color: Pear. HEX triplet: CC, F1 and 25. RGB value is (204,241,37). Sum of RGB (Red+Green+Blue) = 204+241+37=482 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.32% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 37 (14.84% from 255 or 7.68% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF125 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF125 is #330EDA. Grayscale: #CFCFCF. Windows color (decimal): -3346139 or 2486732. OLE color: 2486732.
HSL color Cylindrical-coordinate representation of color #CCF125: hue angle of 70.88º degrees, saturation: 0.88, 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 #CCF125 is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 37 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.05 |
| HSL | 70.88º | 0.88% | 0.55% | - |
| HSV(B) | 70.88º | 0.85% | 0.95% | - |
| XYZ | 56.69 | 75.88 | 13.41 | - |
| YUV | 206.68 | 32.24 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 37 | 0.15 | 0 | 0.85 | 0.05 | 70.88 | 0.88 | 0.55 |
| Hex | CC | F1 | 25 | F | 0 | 55 | 5 | 47 | 58 | 37 |
| Octal | 314 | 361 | 45 | 17 | 0 | 125 | 5 | 107 | 130 | 67 |
| Binary | 11001100 | 11110001 | 100101 | 1111 | 0 | 1010101 | 101 | 1000111 | 1011000 | 110111 |
Color Harmonies of #CCF125
Complementary color
Monochromatic Colors of #CCF125
Black with #CCF125
Text Example
Text Example
White with #CCF125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF125; }
p { color: rgb(204,241,37); }
H1.HeaderClassName
{
color: #CCF125;
}
.AnyTagClassName
{
color: #CCF125;
}
</style>
background-color css
<style>
a { background-color: #CCF125; }
a { background-color: rgb(204,241,37); }
div.DivClassName
{
background-color: #CCF125;
}
.BgClassName
{
background-color: #CCF125;
}
</style>
border-color css
<style>
span { border-color: #CCF125; }
span { border-color: rgb(204,241,37); }
td.TdClassName
{
border-color: #CCF125;
}
.TagClassName
{
border-color: #CCF125;
}
</style>