Shades of Pear #C8F11D
Tints of Pear #C8F11D
RGB
CMYK
RGB Variations
Color information
#C8F11D (or 0xC8F11D) is known color: Pear. HEX triplet: C8, F1 and 1D. RGB value is (200,241,29). Sum of RGB (Red+Green+Blue) = 200+241+29=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 241 (94.53% from 255 or 51.28% from 470); Blue value is 29 (11.72% from 255 or 6.17% from 470); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F11D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F11D is #370EE2. Grayscale: #CDCDCD. Windows color (decimal): -3608291 or 1962440. OLE color: 1962440.
HSL color Cylindrical-coordinate representation of color #C8F11D: hue angle of 71.6º 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 #C8F11D is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 29 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.05 |
| HSL | 71.6º | 0.88% | 0.53% | - |
| HSV(B) | 71.6º | 0.88% | 0.95% | - |
| XYZ | 55.5 | 75.28 | 12.77 | - |
| YUV | 204.57 | 28.92 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 29 | 0.17 | 0 | 0.88 | 0.05 | 71.6 | 0.88 | 0.53 |
| Hex | C8 | F1 | 1D | 11 | 0 | 58 | 5 | 48 | 58 | 35 |
| Octal | 310 | 361 | 35 | 21 | 0 | 130 | 5 | 110 | 130 | 65 |
| Binary | 11001000 | 11110001 | 11101 | 10001 | 0 | 1011000 | 101 | 1001000 | 1011000 | 110101 |
Color Harmonies of #C8F11D
Complementary color
Monochromatic Colors of #C8F11D
Black with #C8F11D
Text Example
Text Example
White with #C8F11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F11D; }
p { color: rgb(200,241,29); }
H1.HeaderClassName
{
color: #C8F11D;
}
.AnyTagClassName
{
color: #C8F11D;
}
</style>
background-color css
<style>
a { background-color: #C8F11D; }
a { background-color: rgb(200,241,29); }
div.DivClassName
{
background-color: #C8F11D;
}
.BgClassName
{
background-color: #C8F11D;
}
</style>
border-color css
<style>
span { border-color: #C8F11D; }
span { border-color: rgb(200,241,29); }
td.TdClassName
{
border-color: #C8F11D;
}
.TagClassName
{
border-color: #C8F11D;
}
</style>