Shades of Pear #C8FA30
Tints of Pear #C8FA30
RGB
CMYK
RGB Variations
Color information
#C8FA30 (or 0xC8FA30) is known color: Pear. HEX triplet: C8, FA and 30. RGB value is (200,250,48). Sum of RGB (Red+Green+Blue) = 200+250+48=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 48 (19.14% from 255 or 9.64% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA30 is #3705CF. Grayscale: #D4D4D4. Windows color (decimal): -3605968 or 3209928. OLE color: 3209928.
HSL color Cylindrical-coordinate representation of color #C8FA30: hue angle of 74.85º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8FA30 is Cyan = 0.2, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 48 | - |
| CMYK | 0.2 | 0 | 0.81 | 0.02 |
| HSL | 74.85º | 0.95% | 0.58% | - |
| HSV(B) | 74.85º | 0.81% | 0.98% | - |
| XYZ | 58.54 | 80.86 | 15.32 | - |
| YUV | 212.02 | 35.44 | 119.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 48 | 0.2 | 0 | 0.81 | 0.02 | 74.85 | 0.95 | 0.58 |
| Hex | C8 | FA | 30 | 14 | 0 | 51 | 2 | 4B | 5F | 3A |
| Octal | 310 | 372 | 60 | 24 | 0 | 121 | 2 | 113 | 137 | 72 |
| Binary | 11001000 | 11111010 | 110000 | 10100 | 0 | 1010001 | 10 | 1001011 | 1011111 | 111010 |
Color Harmonies of #C8FA30
Complementary color
Monochromatic Colors of #C8FA30
Black with #C8FA30
Text Example
Text Example
White with #C8FA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA30; }
p { color: rgb(200,250,48); }
H1.HeaderClassName
{
color: #C8FA30;
}
.AnyTagClassName
{
color: #C8FA30;
}
</style>
background-color css
<style>
a { background-color: #C8FA30; }
a { background-color: rgb(200,250,48); }
div.DivClassName
{
background-color: #C8FA30;
}
.BgClassName
{
background-color: #C8FA30;
}
</style>
border-color css
<style>
span { border-color: #C8FA30; }
span { border-color: rgb(200,250,48); }
td.TdClassName
{
border-color: #C8FA30;
}
.TagClassName
{
border-color: #C8FA30;
}
</style>