Shades of Pear #C5F733
Tints of Pear #C5F733
RGB
CMYK
RGB Variations
Color information
#C5F733 (or 0xC5F733) is known color: Pear. HEX triplet: C5, F7 and 33. RGB value is (197,247,51). Sum of RGB (Red+Green+Blue) = 197+247+51=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 247 (96.88% from 255 or 49.90% from 495); Blue value is 51 (20.31% from 255 or 10.30% from 495); Max value from RGB is 247 - color contains mainly: green. Hex color #C5F733 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F733 is #3A08CC. Grayscale: #D2D2D2. Windows color (decimal): -3803341 or 3405765. OLE color: 3405765.
HSL color Cylindrical-coordinate representation of color #C5F733: hue angle of 75.31º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5F733 is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 247 | 51 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.03 |
| HSL | 75.31º | 0.92% | 0.58% | - |
| HSV(B) | 75.31º | 0.79% | 0.97% | - |
| XYZ | 56.88 | 78.63 | 15.31 | - |
| YUV | 209.71 | 38.44 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 247 | 51 | 0.20 | 0 | 0.79 | 0.03 | 75.31 | 0.92 | 0.58 |
| Hex | C5 | F7 | 33 | 14 | 0 | 4F | 3 | 4B | 5C | 3A |
| Octal | 305 | 367 | 63 | 24 | 0 | 117 | 3 | 113 | 134 | 72 |
| Binary | 11000101 | 11110111 | 110011 | 10100 | 0 | 1001111 | 11 | 1001011 | 1011100 | 111010 |
Color Harmonies of #C5F733
Complementary color
Monochromatic Colors of #C5F733
Black with #C5F733
Text Example
Text Example
White with #C5F733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F733; }
p { color: rgb(197,247,51); }
H1.HeaderClassName
{
color: #C5F733;
}
.AnyTagClassName
{
color: #C5F733;
}
</style>
background-color css
<style>
a { background-color: #C5F733; }
a { background-color: rgb(197,247,51); }
div.DivClassName
{
background-color: #C5F733;
}
.BgClassName
{
background-color: #C5F733;
}
</style>
border-color css
<style>
span { border-color: #C5F733; }
span { border-color: rgb(197,247,51); }
td.TdClassName
{
border-color: #C5F733;
}
.TagClassName
{
border-color: #C5F733;
}
</style>