Shades of Pear #C8F523
Tints of Pear #C8F523
RGB
CMYK
RGB Variations
Color information
#C8F523 (or 0xC8F523) is known color: Pear. HEX triplet: C8, F5 and 23. RGB value is (200,245,35). Sum of RGB (Red+Green+Blue) = 200+245+35=480 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.67% from 480); Green value is 245 (96.09% from 255 or 51.04% from 480); Blue value is 35 (14.06% from 255 or 7.29% from 480); Max value from RGB is 245 - color contains mainly: green. Hex color #C8F523 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F523 is #370ADC. Grayscale: #D0D0D0. Windows color (decimal): -3607261 or 2356680. OLE color: 2356680.
HSL color Cylindrical-coordinate representation of color #C8F523: hue angle of 72.86º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C8F523 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 245 | 35 | - |
| CMYK | 0.18 | 0 | 0.86 | 0.04 |
| HSL | 72.86º | 0.91% | 0.55% | - |
| HSV(B) | 72.86º | 0.86% | 0.96% | - |
| XYZ | 56.78 | 77.71 | 13.6 | - |
| YUV | 207.61 | 30.59 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 245 | 35 | 0.18 | 0 | 0.86 | 0.04 | 72.86 | 0.91 | 0.55 |
| Hex | C8 | F5 | 23 | 12 | 0 | 56 | 4 | 49 | 5B | 37 |
| Octal | 310 | 365 | 43 | 22 | 0 | 126 | 4 | 111 | 133 | 67 |
| Binary | 11001000 | 11110101 | 100011 | 10010 | 0 | 1010110 | 100 | 1001001 | 1011011 | 110111 |
Color Harmonies of #C8F523
Complementary color
Monochromatic Colors of #C8F523
Black with #C8F523
Text Example
Text Example
White with #C8F523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F523; }
p { color: rgb(200,245,35); }
H1.HeaderClassName
{
color: #C8F523;
}
.AnyTagClassName
{
color: #C8F523;
}
</style>
background-color css
<style>
a { background-color: #C8F523; }
a { background-color: rgb(200,245,35); }
div.DivClassName
{
background-color: #C8F523;
}
.BgClassName
{
background-color: #C8F523;
}
</style>
border-color css
<style>
span { border-color: #C8F523; }
span { border-color: rgb(200,245,35); }
td.TdClassName
{
border-color: #C8F523;
}
.TagClassName
{
border-color: #C8F523;
}
</style>