Shades of Pear #C8F438
Tints of Pear #C8F438
RGB
CMYK
RGB Variations
Color information
#C8F438 (or 0xC8F438) is known color: Pear. HEX triplet: C8, F4 and 38. RGB value is (200,244,56). Sum of RGB (Red+Green+Blue) = 200+244+56=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 244 (95.70% from 255 or 48.8% from 500); Blue value is 56 (22.27% from 255 or 11.2% from 500); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F438 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F438 is #370BC7. Grayscale: #D2D2D2. Windows color (decimal): -3607496 or 3732680. OLE color: 3732680.
HSL color Cylindrical-coordinate representation of color #C8F438: hue angle of 74.04º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8F438 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 244 | 56 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.04 |
| HSL | 74.04º | 0.9% | 0.59% | - |
| HSV(B) | 74.04º | 0.77% | 0.96% | - |
| XYZ | 56.88 | 77.27 | 15.66 | - |
| YUV | 209.41 | 41.42 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 56 | 0.18 | 0 | 0.77 | 0.04 | 74.04 | 0.9 | 0.59 |
| Hex | C8 | F4 | 38 | 12 | 0 | 4D | 4 | 4A | 5A | 3B |
| Octal | 310 | 364 | 70 | 22 | 0 | 115 | 4 | 112 | 132 | 73 |
| Binary | 11001000 | 11110100 | 111000 | 10010 | 0 | 1001101 | 100 | 1001010 | 1011010 | 111011 |
Color Harmonies of #C8F438
Complementary color
Monochromatic Colors of #C8F438
Black with #C8F438
Text Example
Text Example
White with #C8F438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F438; }
p { color: rgb(200,244,56); }
H1.HeaderClassName
{
color: #C8F438;
}
.AnyTagClassName
{
color: #C8F438;
}
</style>
background-color css
<style>
a { background-color: #C8F438; }
a { background-color: rgb(200,244,56); }
div.DivClassName
{
background-color: #C8F438;
}
.BgClassName
{
background-color: #C8F438;
}
</style>
border-color css
<style>
span { border-color: #C8F438; }
span { border-color: rgb(200,244,56); }
td.TdClassName
{
border-color: #C8F438;
}
.TagClassName
{
border-color: #C8F438;
}
</style>