Shades of Pear #CFF128
Tints of Pear #CFF128
RGB
CMYK
RGB Variations
Color information
#CFF128 (or 0xCFF128) is known color: Pear. HEX triplet: CF, F1 and 28. RGB value is (207,241,40). Sum of RGB (Red+Green+Blue) = 207+241+40=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF128 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF128 is #300ED7. Grayscale: #D0D0D0. Windows color (decimal): -3149528 or 2683343. OLE color: 2683343.
HSL color Cylindrical-coordinate representation of color #CFF128: hue angle of 70.15º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CFF128 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 40 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.05 |
| HSL | 70.15º | 0.88% | 0.55% | - |
| HSV(B) | 70.15º | 0.83% | 0.95% | - |
| XYZ | 57.57 | 76.33 | 13.71 | - |
| YUV | 207.92 | 33.24 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 40 | 0.14 | 0 | 0.83 | 0.05 | 70.15 | 0.88 | 0.55 |
| Hex | CF | F1 | 28 | E | 0 | 53 | 5 | 46 | 58 | 37 |
| Octal | 317 | 361 | 50 | 16 | 0 | 123 | 5 | 106 | 130 | 67 |
| Binary | 11001111 | 11110001 | 101000 | 1110 | 0 | 1010011 | 101 | 1000110 | 1011000 | 110111 |
Color Harmonies of #CFF128
Complementary color
Monochromatic Colors of #CFF128
Black with #CFF128
Text Example
Text Example
White with #CFF128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF128; }
p { color: rgb(207,241,40); }
H1.HeaderClassName
{
color: #CFF128;
}
.AnyTagClassName
{
color: #CFF128;
}
</style>
background-color css
<style>
a { background-color: #CFF128; }
a { background-color: rgb(207,241,40); }
div.DivClassName
{
background-color: #CFF128;
}
.BgClassName
{
background-color: #CFF128;
}
</style>
border-color css
<style>
span { border-color: #CFF128; }
span { border-color: rgb(207,241,40); }
td.TdClassName
{
border-color: #CFF128;
}
.TagClassName
{
border-color: #CFF128;
}
</style>