Shades of Pear #C8F72B
Tints of Pear #C8F72B
RGB
CMYK
RGB Variations
Color information
#C8F72B (or 0xC8F72B) is known color: Pear. HEX triplet: C8, F7 and 2B. RGB value is (200,247,43). Sum of RGB (Red+Green+Blue) = 200+247+43=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 43 (17.19% from 255 or 8.78% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #C8F72B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F72B is #3708D4. Grayscale: #D2D2D2. Windows color (decimal): -3606741 or 2881480. OLE color: 2881480.
HSL color Cylindrical-coordinate representation of color #C8F72B: hue angle of 73.82º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8F72B is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 247 | 43 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.03 |
| HSL | 73.82º | 0.93% | 0.57% | - |
| HSV(B) | 73.82º | 0.83% | 0.97% | - |
| XYZ | 57.52 | 78.98 | 14.5 | - |
| YUV | 209.69 | 33.93 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 247 | 43 | 0.19 | 0 | 0.83 | 0.03 | 73.82 | 0.93 | 0.57 |
| Hex | C8 | F7 | 2B | 13 | 0 | 53 | 3 | 4A | 5D | 39 |
| Octal | 310 | 367 | 53 | 23 | 0 | 123 | 3 | 112 | 135 | 71 |
| Binary | 11001000 | 11110111 | 101011 | 10011 | 0 | 1010011 | 11 | 1001010 | 1011101 | 111001 |
Color Harmonies of #C8F72B
Complementary color
Monochromatic Colors of #C8F72B
Black with #C8F72B
Text Example
Text Example
White with #C8F72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F72B; }
p { color: rgb(200,247,43); }
H1.HeaderClassName
{
color: #C8F72B;
}
.AnyTagClassName
{
color: #C8F72B;
}
</style>
background-color css
<style>
a { background-color: #C8F72B; }
a { background-color: rgb(200,247,43); }
div.DivClassName
{
background-color: #C8F72B;
}
.BgClassName
{
background-color: #C8F72B;
}
</style>
border-color css
<style>
span { border-color: #C8F72B; }
span { border-color: rgb(200,247,43); }
td.TdClassName
{
border-color: #C8F72B;
}
.TagClassName
{
border-color: #C8F72B;
}
</style>