Shades of Pear #C8F425
Tints of Pear #C8F425
RGB
CMYK
RGB Variations
Color information
#C8F425 (or 0xC8F425) is known color: Pear. HEX triplet: C8, F4 and 25. RGB value is (200,244,37). Sum of RGB (Red+Green+Blue) = 200+244+37=481 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.58% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #C8F425 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F425 is #370BDA. Grayscale: #D0D0D0. Windows color (decimal): -3607515 or 2487496. OLE color: 2487496.
HSL color Cylindrical-coordinate representation of color #C8F425: hue angle of 72.75º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8F425 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 244 | 37 | - |
| CMYK | 0.18 | 0 | 0.85 | 0.04 |
| HSL | 72.75º | 0.9% | 0.55% | - |
| HSV(B) | 72.75º | 0.85% | 0.96% | - |
| XYZ | 56.5 | 77.11 | 13.66 | - |
| YUV | 207.25 | 31.92 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 244 | 37 | 0.18 | 0 | 0.85 | 0.04 | 72.75 | 0.9 | 0.55 |
| Hex | C8 | F4 | 25 | 12 | 0 | 55 | 4 | 49 | 5A | 37 |
| Octal | 310 | 364 | 45 | 22 | 0 | 125 | 4 | 111 | 132 | 67 |
| Binary | 11001000 | 11110100 | 100101 | 10010 | 0 | 1010101 | 100 | 1001001 | 1011010 | 110111 |
Color Harmonies of #C8F425
Complementary color
Monochromatic Colors of #C8F425
Black with #C8F425
Text Example
Text Example
White with #C8F425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F425; }
p { color: rgb(200,244,37); }
H1.HeaderClassName
{
color: #C8F425;
}
.AnyTagClassName
{
color: #C8F425;
}
</style>
background-color css
<style>
a { background-color: #C8F425; }
a { background-color: rgb(200,244,37); }
div.DivClassName
{
background-color: #C8F425;
}
.BgClassName
{
background-color: #C8F425;
}
</style>
border-color css
<style>
span { border-color: #C8F425; }
span { border-color: rgb(200,244,37); }
td.TdClassName
{
border-color: #C8F425;
}
.TagClassName
{
border-color: #C8F425;
}
</style>