Shades of Pear #C8F135
Tints of Pear #C8F135
RGB
CMYK
RGB Variations
Color information
#C8F135 (or 0xC8F135) is known color: Pear. HEX triplet: C8, F1 and 35. RGB value is (200,241,53). Sum of RGB (Red+Green+Blue) = 200+241+53=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 53 (21.09% from 255 or 10.73% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F135 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F135 is #370ECA. Grayscale: #D0D0D0. Windows color (decimal): -3608267 or 3535304. OLE color: 3535304.
HSL color Cylindrical-coordinate representation of color #C8F135: hue angle of 73.09º degrees, saturation: 0.87, 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 #C8F135 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 241 | 53 | - |
| CMYK | 0.17 | 0 | 0.78 | 0.05 |
| HSL | 73.09º | 0.87% | 0.58% | - |
| HSV(B) | 73.09º | 0.78% | 0.95% | - |
| XYZ | 55.92 | 75.45 | 14.98 | - |
| YUV | 207.31 | 40.92 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 241 | 53 | 0.17 | 0 | 0.78 | 0.05 | 73.09 | 0.87 | 0.58 |
| Hex | C8 | F1 | 35 | 11 | 0 | 4E | 5 | 49 | 57 | 3A |
| Octal | 310 | 361 | 65 | 21 | 0 | 116 | 5 | 111 | 127 | 72 |
| Binary | 11001000 | 11110001 | 110101 | 10001 | 0 | 1001110 | 101 | 1001001 | 1010111 | 111010 |
Color Harmonies of #C8F135
Complementary color
Monochromatic Colors of #C8F135
Black with #C8F135
Text Example
Text Example
White with #C8F135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F135; }
p { color: rgb(200,241,53); }
H1.HeaderClassName
{
color: #C8F135;
}
.AnyTagClassName
{
color: #C8F135;
}
</style>
background-color css
<style>
a { background-color: #C8F135; }
a { background-color: rgb(200,241,53); }
div.DivClassName
{
background-color: #C8F135;
}
.BgClassName
{
background-color: #C8F135;
}
</style>
border-color css
<style>
span { border-color: #C8F135; }
span { border-color: rgb(200,241,53); }
td.TdClassName
{
border-color: #C8F135;
}
.TagClassName
{
border-color: #C8F135;
}
</style>