Shades of Pear #C8FA28
Tints of Pear #C8FA28
RGB
CMYK
RGB Variations
Color information
#C8FA28 (or 0xC8FA28) is known color: Pear. HEX triplet: C8, FA and 28. RGB value is (200,250,40). Sum of RGB (Red+Green+Blue) = 200+250+40=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 250 (98.05% from 255 or 51.02% from 490); Blue value is 40 (16.02% from 255 or 8.16% from 490); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA28 is #3705D7. Grayscale: #D3D3D3. Windows color (decimal): -3605976 or 2685640. OLE color: 2685640.
HSL color Cylindrical-coordinate representation of color #C8FA28: hue angle of 74.29º 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 #C8FA28 is Cyan = 0.2, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 40 | - |
| CMYK | 0.2 | 0 | 0.84 | 0.02 |
| HSL | 74.29º | 0.95% | 0.57% | - |
| HSV(B) | 74.29º | 0.84% | 0.98% | - |
| XYZ | 58.39 | 80.8 | 14.53 | - |
| YUV | 211.11 | 31.44 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 40 | 0.2 | 0 | 0.84 | 0.02 | 74.29 | 0.95 | 0.57 |
| Hex | C8 | FA | 28 | 14 | 0 | 54 | 2 | 4A | 5F | 39 |
| Octal | 310 | 372 | 50 | 24 | 0 | 124 | 2 | 112 | 137 | 71 |
| Binary | 11001000 | 11111010 | 101000 | 10100 | 0 | 1010100 | 10 | 1001010 | 1011111 | 111001 |
Color Harmonies of #C8FA28
Complementary color
Monochromatic Colors of #C8FA28
Black with #C8FA28
Text Example
Text Example
White with #C8FA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA28; }
p { color: rgb(200,250,40); }
H1.HeaderClassName
{
color: #C8FA28;
}
.AnyTagClassName
{
color: #C8FA28;
}
</style>
background-color css
<style>
a { background-color: #C8FA28; }
a { background-color: rgb(200,250,40); }
div.DivClassName
{
background-color: #C8FA28;
}
.BgClassName
{
background-color: #C8FA28;
}
</style>
border-color css
<style>
span { border-color: #C8FA28; }
span { border-color: rgb(200,250,40); }
td.TdClassName
{
border-color: #C8FA28;
}
.TagClassName
{
border-color: #C8FA28;
}
</style>