Shades of Pear #C5F03D
Tints of Pear #C5F03D
RGB
CMYK
RGB Variations
Color information
#C5F03D (or 0xC5F03D) is known color: Pear. HEX triplet: C5, F0 and 3D. RGB value is (197,240,61). Sum of RGB (Red+Green+Blue) = 197+240+61=498 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.56% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 61 (24.22% from 255 or 12.25% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #C5F03D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F03D is #3A0FC2. Grayscale: #CFCFCF. Windows color (decimal): -3805123 or 4059333. OLE color: 4059333.
HSL color Cylindrical-coordinate representation of color #C5F03D: hue angle of 74.41º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C5F03D is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 240 | 61 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.06 |
| HSL | 74.41º | 0.86% | 0.59% | - |
| HSV(B) | 74.41º | 0.75% | 0.94% | - |
| XYZ | 55.03 | 74.53 | 15.9 | - |
| YUV | 206.74 | 45.75 | 121.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 240 | 61 | 0.18 | 0 | 0.75 | 0.06 | 74.41 | 0.86 | 0.59 |
| Hex | C5 | F0 | 3D | 12 | 0 | 4B | 6 | 4A | 56 | 3B |
| Octal | 305 | 360 | 75 | 22 | 0 | 113 | 6 | 112 | 126 | 73 |
| Binary | 11000101 | 11110000 | 111101 | 10010 | 0 | 1001011 | 110 | 1001010 | 1010110 | 111011 |
Color Harmonies of #C5F03D
Complementary color
Monochromatic Colors of #C5F03D
Black with #C5F03D
Text Example
Text Example
White with #C5F03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F03D; }
p { color: rgb(197,240,61); }
H1.HeaderClassName
{
color: #C5F03D;
}
.AnyTagClassName
{
color: #C5F03D;
}
</style>
background-color css
<style>
a { background-color: #C5F03D; }
a { background-color: rgb(197,240,61); }
div.DivClassName
{
background-color: #C5F03D;
}
.BgClassName
{
background-color: #C5F03D;
}
</style>
border-color css
<style>
span { border-color: #C5F03D; }
span { border-color: rgb(197,240,61); }
td.TdClassName
{
border-color: #C5F03D;
}
.TagClassName
{
border-color: #C5F03D;
}
</style>