Shades of Pear #C8EE1F
Tints of Pear #C8EE1F
RGB
CMYK
RGB Variations
Color information
#C8EE1F (or 0xC8EE1F) is known color: Pear. HEX triplet: C8, EE and 1F. RGB value is (200,238,31). Sum of RGB (Red+Green+Blue) = 200+238+31=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 238 (93.36% from 255 or 50.75% from 469); Blue value is 31 (12.5% from 255 or 6.61% from 469); Max value from RGB is 238 - color contains mainly: green. Hex color #C8EE1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8EE1F is #3711E0. Grayscale: #CBCBCB. Windows color (decimal): -3609057 or 2092744. OLE color: 2092744.
HSL color Cylindrical-coordinate representation of color #C8EE1F: hue angle of 71.01º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8EE1F is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 238 | 31 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.07 |
| HSL | 71.01º | 0.86% | 0.53% | - |
| HSV(B) | 71.01º | 0.87% | 0.93% | - |
| XYZ | 54.64 | 73.53 | 12.61 | - |
| YUV | 203.04 | 30.91 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 238 | 31 | 0.16 | 0 | 0.87 | 0.07 | 71.01 | 0.86 | 0.53 |
| Hex | C8 | EE | 1F | 10 | 0 | 57 | 7 | 47 | 56 | 35 |
| Octal | 310 | 356 | 37 | 20 | 0 | 127 | 7 | 107 | 126 | 65 |
| Binary | 11001000 | 11101110 | 11111 | 10000 | 0 | 1010111 | 111 | 1000111 | 1010110 | 110101 |
Color Harmonies of #C8EE1F
Complementary color
Monochromatic Colors of #C8EE1F
Black with #C8EE1F
Text Example
Text Example
White with #C8EE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EE1F; }
p { color: rgb(200,238,31); }
H1.HeaderClassName
{
color: #C8EE1F;
}
.AnyTagClassName
{
color: #C8EE1F;
}
</style>
background-color css
<style>
a { background-color: #C8EE1F; }
a { background-color: rgb(200,238,31); }
div.DivClassName
{
background-color: #C8EE1F;
}
.BgClassName
{
background-color: #C8EE1F;
}
</style>
border-color css
<style>
span { border-color: #C8EE1F; }
span { border-color: rgb(200,238,31); }
td.TdClassName
{
border-color: #C8EE1F;
}
.TagClassName
{
border-color: #C8EE1F;
}
</style>