Shades of Pear #C8F228
Tints of Pear #C8F228
RGB
CMYK
RGB Variations
Color information
#C8F228 (or 0xC8F228) is known color: Pear. HEX triplet: C8, F2 and 28. RGB value is (200,242,40). Sum of RGB (Red+Green+Blue) = 200+242+40=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F228 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F228 is #370DD7. Grayscale: #CFCFCF. Windows color (decimal): -3608024 or 2683592. OLE color: 2683592.
HSL color Cylindrical-coordinate representation of color #C8F228: hue angle of 72.48º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8F228 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 242 | 40 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.05 |
| HSL | 72.48º | 0.89% | 0.55% | - |
| HSV(B) | 72.48º | 0.83% | 0.95% | - |
| XYZ | 55.95 | 75.94 | 13.72 | - |
| YUV | 206.41 | 34.09 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 242 | 40 | 0.17 | 0 | 0.83 | 0.05 | 72.48 | 0.89 | 0.55 |
| Hex | C8 | F2 | 28 | 11 | 0 | 53 | 5 | 48 | 59 | 37 |
| Octal | 310 | 362 | 50 | 21 | 0 | 123 | 5 | 110 | 131 | 67 |
| Binary | 11001000 | 11110010 | 101000 | 10001 | 0 | 1010011 | 101 | 1001000 | 1011001 | 110111 |
Color Harmonies of #C8F228
Complementary color
Monochromatic Colors of #C8F228
Black with #C8F228
Text Example
Text Example
White with #C8F228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F228; }
p { color: rgb(200,242,40); }
H1.HeaderClassName
{
color: #C8F228;
}
.AnyTagClassName
{
color: #C8F228;
}
</style>
background-color css
<style>
a { background-color: #C8F228; }
a { background-color: rgb(200,242,40); }
div.DivClassName
{
background-color: #C8F228;
}
.BgClassName
{
background-color: #C8F228;
}
</style>
border-color css
<style>
span { border-color: #C8F228; }
span { border-color: rgb(200,242,40); }
td.TdClassName
{
border-color: #C8F228;
}
.TagClassName
{
border-color: #C8F228;
}
</style>