Shades of Pear #CFF11F
Tints of Pear #CFF11F
RGB
CMYK
RGB Variations
Color information
#CFF11F (or 0xCFF11F) is known color: Pear. HEX triplet: CF, F1 and 1F. RGB value is (207,241,31). Sum of RGB (Red+Green+Blue) = 207+241+31=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 31 (12.5% from 255 or 6.47% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF11F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF11F is #300EE0. Grayscale: #CFCFCF. Windows color (decimal): -3149537 or 2093519. OLE color: 2093519.
HSL color Cylindrical-coordinate representation of color #CFF11F: hue angle of 69.71º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CFF11F is Cyan = 0.14, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 31 | - |
| CMYK | 0.14 | 0 | 0.87 | 0.05 |
| HSL | 69.71º | 0.88% | 0.53% | - |
| HSV(B) | 69.71º | 0.87% | 0.95% | - |
| XYZ | 57.43 | 76.27 | 12.99 | - |
| YUV | 206.89 | 28.74 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 31 | 0.14 | 0 | 0.87 | 0.05 | 69.71 | 0.88 | 0.53 |
| Hex | CF | F1 | 1F | E | 0 | 57 | 5 | 46 | 58 | 35 |
| Octal | 317 | 361 | 37 | 16 | 0 | 127 | 5 | 106 | 130 | 65 |
| Binary | 11001111 | 11110001 | 11111 | 1110 | 0 | 1010111 | 101 | 1000110 | 1011000 | 110101 |
Color Harmonies of #CFF11F
Complementary color
Monochromatic Colors of #CFF11F
Black with #CFF11F
Text Example
Text Example
White with #CFF11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF11F; }
p { color: rgb(207,241,31); }
H1.HeaderClassName
{
color: #CFF11F;
}
.AnyTagClassName
{
color: #CFF11F;
}
</style>
background-color css
<style>
a { background-color: #CFF11F; }
a { background-color: rgb(207,241,31); }
div.DivClassName
{
background-color: #CFF11F;
}
.BgClassName
{
background-color: #CFF11F;
}
</style>
border-color css
<style>
span { border-color: #CFF11F; }
span { border-color: rgb(207,241,31); }
td.TdClassName
{
border-color: #CFF11F;
}
.TagClassName
{
border-color: #CFF11F;
}
</style>