Shades of Pear #CCF127
Tints of Pear #CCF127
RGB
CMYK
RGB Variations
Color information
#CCF127 (or 0xCCF127) is known color: Pear. HEX triplet: CC, F1 and 27. RGB value is (204,241,39). Sum of RGB (Red+Green+Blue) = 204+241+39=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 39 (15.62% from 255 or 8.06% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF127 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF127 is #330ED8. Grayscale: #CFCFCF. Windows color (decimal): -3346137 or 2617804. OLE color: 2617804.
HSL color Cylindrical-coordinate representation of color #CCF127: hue angle of 70.99º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CCF127 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 39 | - |
| CMYK | 0.15 | 0 | 0.84 | 0.05 |
| HSL | 70.99º | 0.88% | 0.55% | - |
| HSV(B) | 70.99º | 0.84% | 0.95% | - |
| XYZ | 56.72 | 75.89 | 13.58 | - |
| YUV | 206.91 | 33.24 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 39 | 0.15 | 0 | 0.84 | 0.05 | 70.99 | 0.88 | 0.55 |
| Hex | CC | F1 | 27 | F | 0 | 54 | 5 | 47 | 58 | 37 |
| Octal | 314 | 361 | 47 | 17 | 0 | 124 | 5 | 107 | 130 | 67 |
| Binary | 11001100 | 11110001 | 100111 | 1111 | 0 | 1010100 | 101 | 1000111 | 1011000 | 110111 |
Color Harmonies of #CCF127
Complementary color
Monochromatic Colors of #CCF127
Black with #CCF127
Text Example
Text Example
White with #CCF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF127; }
p { color: rgb(204,241,39); }
H1.HeaderClassName
{
color: #CCF127;
}
.AnyTagClassName
{
color: #CCF127;
}
</style>
background-color css
<style>
a { background-color: #CCF127; }
a { background-color: rgb(204,241,39); }
div.DivClassName
{
background-color: #CCF127;
}
.BgClassName
{
background-color: #CCF127;
}
</style>
border-color css
<style>
span { border-color: #CCF127; }
span { border-color: rgb(204,241,39); }
td.TdClassName
{
border-color: #CCF127;
}
.TagClassName
{
border-color: #CCF127;
}
</style>