Shades of Pear #CFF130
Tints of Pear #CFF130
RGB
CMYK
RGB Variations
Color information
#CFF130 (or 0xCFF130) is known color: Pear. HEX triplet: CF, F1 and 30. RGB value is (207,241,48). Sum of RGB (Red+Green+Blue) = 207+241+48=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 241 (94.53% from 255 or 48.59% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF130 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF130 is #300ECF. Grayscale: #D1D1D1. Windows color (decimal): -3149520 or 3207631. OLE color: 3207631.
HSL color Cylindrical-coordinate representation of color #CFF130: hue angle of 70.57º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFF130 is Cyan = 0.14, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 48 | - |
| CMYK | 0.14 | 0 | 0.80 | 0.05 |
| HSL | 70.57º | 0.87% | 0.57% | - |
| HSV(B) | 70.57º | 0.8% | 0.95% | - |
| XYZ | 57.72 | 76.39 | 14.5 | - |
| YUV | 208.83 | 37.24 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 48 | 0.14 | 0 | 0.80 | 0.05 | 70.57 | 0.87 | 0.57 |
| Hex | CF | F1 | 30 | E | 0 | 50 | 5 | 47 | 57 | 39 |
| Octal | 317 | 361 | 60 | 16 | 0 | 120 | 5 | 107 | 127 | 71 |
| Binary | 11001111 | 11110001 | 110000 | 1110 | 0 | 1010000 | 101 | 1000111 | 1010111 | 111001 |
Color Harmonies of #CFF130
Complementary color
Monochromatic Colors of #CFF130
Black with #CFF130
Text Example
Text Example
White with #CFF130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF130; }
p { color: rgb(207,241,48); }
H1.HeaderClassName
{
color: #CFF130;
}
.AnyTagClassName
{
color: #CFF130;
}
</style>
background-color css
<style>
a { background-color: #CFF130; }
a { background-color: rgb(207,241,48); }
div.DivClassName
{
background-color: #CFF130;
}
.BgClassName
{
background-color: #CFF130;
}
</style>
border-color css
<style>
span { border-color: #CFF130; }
span { border-color: rgb(207,241,48); }
td.TdClassName
{
border-color: #CFF130;
}
.TagClassName
{
border-color: #CFF130;
}
</style>