Shades of Pear #C8F333
Tints of Pear #C8F333
RGB
CMYK
RGB Variations
Color information
#C8F333 (or 0xC8F333) is known color: Pear. HEX triplet: C8, F3 and 33. RGB value is (200,243,51). Sum of RGB (Red+Green+Blue) = 200+243+51=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 51 (20.31% from 255 or 10.32% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F333 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F333 is #370CCC. Grayscale: #D0D0D0. Windows color (decimal): -3607757 or 3404744. OLE color: 3404744.
HSL color Cylindrical-coordinate representation of color #C8F333: hue angle of 73.44º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C8F333 is Cyan = 0.18, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 51 | - |
| CMYK | 0.18 | 0 | 0.79 | 0.05 |
| HSL | 73.44º | 0.89% | 0.58% | - |
| HSV(B) | 73.44º | 0.79% | 0.95% | - |
| XYZ | 56.47 | 76.62 | 14.94 | - |
| YUV | 208.26 | 39.25 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 51 | 0.18 | 0 | 0.79 | 0.05 | 73.44 | 0.89 | 0.58 |
| Hex | C8 | F3 | 33 | 12 | 0 | 4F | 5 | 49 | 59 | 3A |
| Octal | 310 | 363 | 63 | 22 | 0 | 117 | 5 | 111 | 131 | 72 |
| Binary | 11001000 | 11110011 | 110011 | 10010 | 0 | 1001111 | 101 | 1001001 | 1011001 | 111010 |
Color Harmonies of #C8F333
Complementary color
Monochromatic Colors of #C8F333
Black with #C8F333
Text Example
Text Example
White with #C8F333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F333; }
p { color: rgb(200,243,51); }
H1.HeaderClassName
{
color: #C8F333;
}
.AnyTagClassName
{
color: #C8F333;
}
</style>
background-color css
<style>
a { background-color: #C8F333; }
a { background-color: rgb(200,243,51); }
div.DivClassName
{
background-color: #C8F333;
}
.BgClassName
{
background-color: #C8F333;
}
</style>
border-color css
<style>
span { border-color: #C8F333; }
span { border-color: rgb(200,243,51); }
td.TdClassName
{
border-color: #C8F333;
}
.TagClassName
{
border-color: #C8F333;
}
</style>