Shades of Pear #CFF11D
Tints of Pear #CFF11D
RGB
CMYK
RGB Variations
Color information
#CFF11D (or 0xCFF11D) is known color: Pear. HEX triplet: CF, F1 and 1D. RGB value is (207,241,29). Sum of RGB (Red+Green+Blue) = 207+241+29=477 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.40% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 29 (11.72% from 255 or 6.08% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFF11D is #300EE2. Grayscale: #CFCFCF. Windows color (decimal): -3149539 or 1962447. OLE color: 1962447.
HSL color Cylindrical-coordinate representation of color #CFF11D: hue angle of 69.62º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFF11D is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 241 | 29 | - |
| CMYK | 0.14 | 0 | 0.88 | 0.05 |
| HSL | 69.62º | 0.88% | 0.53% | - |
| HSV(B) | 69.62º | 0.88% | 0.95% | - |
| XYZ | 57.41 | 76.26 | 12.86 | - |
| YUV | 206.67 | 27.74 | 128.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 241 | 29 | 0.14 | 0 | 0.88 | 0.05 | 69.62 | 0.88 | 0.53 |
| Hex | CF | F1 | 1D | E | 0 | 58 | 5 | 46 | 58 | 35 |
| Octal | 317 | 361 | 35 | 16 | 0 | 130 | 5 | 106 | 130 | 65 |
| Binary | 11001111 | 11110001 | 11101 | 1110 | 0 | 1011000 | 101 | 1000110 | 1011000 | 110101 |
Color Harmonies of #CFF11D
Complementary color
Monochromatic Colors of #CFF11D
Black with #CFF11D
Text Example
Text Example
White with #CFF11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF11D; }
p { color: rgb(207,241,29); }
H1.HeaderClassName
{
color: #CFF11D;
}
.AnyTagClassName
{
color: #CFF11D;
}
</style>
background-color css
<style>
a { background-color: #CFF11D; }
a { background-color: rgb(207,241,29); }
div.DivClassName
{
background-color: #CFF11D;
}
.BgClassName
{
background-color: #CFF11D;
}
</style>
border-color css
<style>
span { border-color: #CFF11D; }
span { border-color: rgb(207,241,29); }
td.TdClassName
{
border-color: #CFF11D;
}
.TagClassName
{
border-color: #CFF11D;
}
</style>