Shades of Pear #C8F827
Tints of Pear #C8F827
RGB
CMYK
RGB Variations
Color information
#C8F827 (or 0xC8F827) is known color: Pear. HEX triplet: C8, F8 and 27. RGB value is (200,248,39). Sum of RGB (Red+Green+Blue) = 200+248+39=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 248 (97.27% from 255 or 50.92% from 487); Blue value is 39 (15.62% from 255 or 8.01% from 487); Max value from RGB is 248 - color contains mainly: green. Hex color #C8F827 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F827 is #3707D8. Grayscale: #D2D2D2. Windows color (decimal): -3606489 or 2619592. OLE color: 2619592.
HSL color Cylindrical-coordinate representation of color #C8F827: hue angle of 73.78º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8F827 is Cyan = 0.19, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 248 | 39 | - |
| CMYK | 0.19 | 0 | 0.84 | 0.03 |
| HSL | 73.78º | 0.94% | 0.56% | - |
| HSV(B) | 73.78º | 0.84% | 0.97% | - |
| XYZ | 57.75 | 79.56 | 14.23 | - |
| YUV | 209.82 | 31.6 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 248 | 39 | 0.19 | 0 | 0.84 | 0.03 | 73.78 | 0.94 | 0.56 |
| Hex | C8 | F8 | 27 | 13 | 0 | 54 | 3 | 4A | 5E | 38 |
| Octal | 310 | 370 | 47 | 23 | 0 | 124 | 3 | 112 | 136 | 70 |
| Binary | 11001000 | 11111000 | 100111 | 10011 | 0 | 1010100 | 11 | 1001010 | 1011110 | 111000 |
Color Harmonies of #C8F827
Complementary color
Monochromatic Colors of #C8F827
Black with #C8F827
Text Example
Text Example
White with #C8F827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F827; }
p { color: rgb(200,248,39); }
H1.HeaderClassName
{
color: #C8F827;
}
.AnyTagClassName
{
color: #C8F827;
}
</style>
background-color css
<style>
a { background-color: #C8F827; }
a { background-color: rgb(200,248,39); }
div.DivClassName
{
background-color: #C8F827;
}
.BgClassName
{
background-color: #C8F827;
}
</style>
border-color css
<style>
span { border-color: #C8F827; }
span { border-color: rgb(200,248,39); }
td.TdClassName
{
border-color: #C8F827;
}
.TagClassName
{
border-color: #C8F827;
}
</style>