Shades of Pear #C8FA27
Tints of Pear #C8FA27
RGB
CMYK
RGB Variations
Color information
#C8FA27 (or 0xC8FA27) is known color: Pear. HEX triplet: C8, FA and 27. RGB value is (200,250,39). Sum of RGB (Red+Green+Blue) = 200+250+39=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 39 (15.62% from 255 or 7.98% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA27 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA27 is #3705D8. Grayscale: #D3D3D3. Windows color (decimal): -3605977 or 2620104. OLE color: 2620104.
HSL color Cylindrical-coordinate representation of color #C8FA27: hue angle of 74.22º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8FA27 is Cyan = 0.2, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 39 | - |
| CMYK | 0.2 | 0 | 0.84 | 0.02 |
| HSL | 74.22º | 0.95% | 0.57% | - |
| HSV(B) | 74.22º | 0.84% | 0.98% | - |
| XYZ | 58.37 | 80.8 | 14.44 | - |
| YUV | 211 | 30.94 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 39 | 0.2 | 0 | 0.84 | 0.02 | 74.22 | 0.95 | 0.57 |
| Hex | C8 | FA | 27 | 14 | 0 | 54 | 2 | 4A | 5F | 39 |
| Octal | 310 | 372 | 47 | 24 | 0 | 124 | 2 | 112 | 137 | 71 |
| Binary | 11001000 | 11111010 | 100111 | 10100 | 0 | 1010100 | 10 | 1001010 | 1011111 | 111001 |
Color Harmonies of #C8FA27
Complementary color
Monochromatic Colors of #C8FA27
Black with #C8FA27
Text Example
Text Example
White with #C8FA27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA27; }
p { color: rgb(200,250,39); }
H1.HeaderClassName
{
color: #C8FA27;
}
.AnyTagClassName
{
color: #C8FA27;
}
</style>
background-color css
<style>
a { background-color: #C8FA27; }
a { background-color: rgb(200,250,39); }
div.DivClassName
{
background-color: #C8FA27;
}
.BgClassName
{
background-color: #C8FA27;
}
</style>
border-color css
<style>
span { border-color: #C8FA27; }
span { border-color: rgb(200,250,39); }
td.TdClassName
{
border-color: #C8FA27;
}
.TagClassName
{
border-color: #C8FA27;
}
</style>