Shades of Pear #C8F335
Tints of Pear #C8F335
RGB
CMYK
RGB Variations
Color information
#C8F335 (or 0xC8F335) is known color: Pear. HEX triplet: C8, F3 and 35. RGB value is (200,243,53). Sum of RGB (Red+Green+Blue) = 200+243+53=496 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.32% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 53 (21.09% from 255 or 10.69% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F335 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F335 is #370CCA. Grayscale: #D1D1D1. Windows color (decimal): -3607755 or 3535816. OLE color: 3535816.
HSL color Cylindrical-coordinate representation of color #C8F335: hue angle of 73.58º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C8F335 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 53 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.05 |
| HSL | 73.58º | 0.89% | 0.58% | - |
| HSV(B) | 73.58º | 0.78% | 0.95% | - |
| XYZ | 56.51 | 76.64 | 15.18 | - |
| YUV | 208.48 | 40.25 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 53 | 0.18 | 0 | 0.78 | 0.05 | 73.58 | 0.89 | 0.58 |
| Hex | C8 | F3 | 35 | 12 | 0 | 4E | 5 | 4A | 59 | 3A |
| Octal | 310 | 363 | 65 | 22 | 0 | 116 | 5 | 112 | 131 | 72 |
| Binary | 11001000 | 11110011 | 110101 | 10010 | 0 | 1001110 | 101 | 1001010 | 1011001 | 111010 |
Color Harmonies of #C8F335
Complementary color
Monochromatic Colors of #C8F335
Black with #C8F335
Text Example
Text Example
White with #C8F335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F335; }
p { color: rgb(200,243,53); }
H1.HeaderClassName
{
color: #C8F335;
}
.AnyTagClassName
{
color: #C8F335;
}
</style>
background-color css
<style>
a { background-color: #C8F335; }
a { background-color: rgb(200,243,53); }
div.DivClassName
{
background-color: #C8F335;
}
.BgClassName
{
background-color: #C8F335;
}
</style>
border-color css
<style>
span { border-color: #C8F335; }
span { border-color: rgb(200,243,53); }
td.TdClassName
{
border-color: #C8F335;
}
.TagClassName
{
border-color: #C8F335;
}
</style>