Shades of Pear #C8F11B
Tints of Pear #C8F11B
RGB
CMYK
RGB Variations
Color information
#C8F11B (or 0xC8F11B) is known color: Pear. HEX triplet: C8, F1 and 1B. RGB value is (200,241,27). Sum of RGB (Red+Green+Blue) = 200+241+27=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 27 (10.94% from 255 or 5.77% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F11B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F11B is #370EE4. Grayscale: #CDCDCD. Windows color (decimal): -3608293 or 1831368. OLE color: 1831368.
HSL color Cylindrical-coordinate representation of color #C8F11B: hue angle of 71.5º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C8F11B is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 27 | - |
| CMYK | 0.17 | 0 | 0.89 | 0.05 |
| HSL | 71.5º | 0.88% | 0.53% | - |
| HSV(B) | 71.5º | 0.89% | 0.95% | - |
| XYZ | 55.47 | 75.27 | 12.64 | - |
| YUV | 204.35 | 27.92 | 124.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 27 | 0.17 | 0 | 0.89 | 0.05 | 71.5 | 0.88 | 0.53 |
| Hex | C8 | F1 | 1B | 11 | 0 | 59 | 5 | 47 | 58 | 35 |
| Octal | 310 | 361 | 33 | 21 | 0 | 131 | 5 | 107 | 130 | 65 |
| Binary | 11001000 | 11110001 | 11011 | 10001 | 0 | 1011001 | 101 | 1000111 | 1011000 | 110101 |
Color Harmonies of #C8F11B
Complementary color
Monochromatic Colors of #C8F11B
Black with #C8F11B
Text Example
Text Example
White with #C8F11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F11B; }
p { color: rgb(200,241,27); }
H1.HeaderClassName
{
color: #C8F11B;
}
.AnyTagClassName
{
color: #C8F11B;
}
</style>
background-color css
<style>
a { background-color: #C8F11B; }
a { background-color: rgb(200,241,27); }
div.DivClassName
{
background-color: #C8F11B;
}
.BgClassName
{
background-color: #C8F11B;
}
</style>
border-color css
<style>
span { border-color: #C8F11B; }
span { border-color: rgb(200,241,27); }
td.TdClassName
{
border-color: #C8F11B;
}
.TagClassName
{
border-color: #C8F11B;
}
</style>