Shades of Pear #C8F338
Tints of Pear #C8F338
RGB
CMYK
RGB Variations
Color information
#C8F338 (or 0xC8F338) is known color: Pear. HEX triplet: C8, F3 and 38. RGB value is (200,243,56). Sum of RGB (Red+Green+Blue) = 200+243+56=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 56 (22.27% from 255 or 11.22% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F338 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F338 is #370CC7. Grayscale: #D1D1D1. Windows color (decimal): -3607752 or 3732424. OLE color: 3732424.
HSL color Cylindrical-coordinate representation of color #C8F338: hue angle of 73.8º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8F338 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 56 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.05 |
| HSL | 73.8º | 0.89% | 0.59% | - |
| HSV(B) | 73.8º | 0.77% | 0.95% | - |
| XYZ | 56.58 | 76.67 | 15.56 | - |
| YUV | 208.83 | 41.75 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 56 | 0.18 | 0 | 0.77 | 0.05 | 73.8 | 0.89 | 0.59 |
| Hex | C8 | F3 | 38 | 12 | 0 | 4D | 5 | 4A | 59 | 3B |
| Octal | 310 | 363 | 70 | 22 | 0 | 115 | 5 | 112 | 131 | 73 |
| Binary | 11001000 | 11110011 | 111000 | 10010 | 0 | 1001101 | 101 | 1001010 | 1011001 | 111011 |
Color Harmonies of #C8F338
Complementary color
Monochromatic Colors of #C8F338
Black with #C8F338
Text Example
Text Example
White with #C8F338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F338; }
p { color: rgb(200,243,56); }
H1.HeaderClassName
{
color: #C8F338;
}
.AnyTagClassName
{
color: #C8F338;
}
</style>
background-color css
<style>
a { background-color: #C8F338; }
a { background-color: rgb(200,243,56); }
div.DivClassName
{
background-color: #C8F338;
}
.BgClassName
{
background-color: #C8F338;
}
</style>
border-color css
<style>
span { border-color: #C8F338; }
span { border-color: rgb(200,243,56); }
td.TdClassName
{
border-color: #C8F338;
}
.TagClassName
{
border-color: #C8F338;
}
</style>