Shades of Pear #C8FA38
Tints of Pear #C8FA38
RGB
CMYK
RGB Variations
Color information
#C8FA38 (or 0xC8FA38) is known color: Pear. HEX triplet: C8, FA and 38. RGB value is (200,250,56). Sum of RGB (Red+Green+Blue) = 200+250+56=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 56 (22.27% from 255 or 11.07% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA38 is #3705C7. Grayscale: #D5D5D5. Windows color (decimal): -3605960 or 3734216. OLE color: 3734216.
HSL color Cylindrical-coordinate representation of color #C8FA38: hue angle of 75.46º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8FA38 is Cyan = 0.2, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 56 | - |
| CMYK | 0.2 | 0 | 0.78 | 0.02 |
| HSL | 75.46º | 0.95% | 0.6% | - |
| HSV(B) | 75.46º | 0.78% | 0.98% | - |
| XYZ | 58.72 | 80.94 | 16.27 | - |
| YUV | 212.93 | 39.44 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 56 | 0.2 | 0 | 0.78 | 0.02 | 75.46 | 0.95 | 0.6 |
| Hex | C8 | FA | 38 | 14 | 0 | 4E | 2 | 4B | 5F | 3C |
| Octal | 310 | 372 | 70 | 24 | 0 | 116 | 2 | 113 | 137 | 74 |
| Binary | 11001000 | 11111010 | 111000 | 10100 | 0 | 1001110 | 10 | 1001011 | 1011111 | 111100 |
Color Harmonies of #C8FA38
Complementary color
Monochromatic Colors of #C8FA38
Black with #C8FA38
Text Example
Text Example
White with #C8FA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA38; }
p { color: rgb(200,250,56); }
H1.HeaderClassName
{
color: #C8FA38;
}
.AnyTagClassName
{
color: #C8FA38;
}
</style>
background-color css
<style>
a { background-color: #C8FA38; }
a { background-color: rgb(200,250,56); }
div.DivClassName
{
background-color: #C8FA38;
}
.BgClassName
{
background-color: #C8FA38;
}
</style>
border-color css
<style>
span { border-color: #C8FA38; }
span { border-color: rgb(200,250,56); }
td.TdClassName
{
border-color: #C8FA38;
}
.TagClassName
{
border-color: #C8FA38;
}
</style>