Shades of Pear #C8FA43
Tints of Pear #C8FA43
RGB
CMYK
RGB Variations
Color information
#C8FA43 (or 0xC8FA43) is known color: Pear. HEX triplet: C8, FA and 43. RGB value is (200,250,67). Sum of RGB (Red+Green+Blue) = 200+250+67=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 250 (98.05% from 255 or 48.36% from 517); Blue value is 67 (26.56% from 255 or 12.96% from 517); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA43 is #3705BC. Grayscale: #D6D6D6. Windows color (decimal): -3605949 or 4455112. OLE color: 4455112.
HSL color Cylindrical-coordinate representation of color #C8FA43: hue angle of 76.39º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8FA43 is Cyan = 0.2, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 67 | - |
| CMYK | 0.2 | 0 | 0.73 | 0.02 |
| HSL | 76.39º | 0.95% | 0.62% | - |
| HSV(B) | 76.39º | 0.73% | 0.98% | - |
| XYZ | 59.02 | 81.06 | 17.84 | - |
| YUV | 214.19 | 44.94 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 67 | 0.2 | 0 | 0.73 | 0.02 | 76.39 | 0.95 | 0.62 |
| Hex | C8 | FA | 43 | 14 | 0 | 49 | 2 | 4C | 5F | 3E |
| Octal | 310 | 372 | 103 | 24 | 0 | 111 | 2 | 114 | 137 | 76 |
| Binary | 11001000 | 11111010 | 1000011 | 10100 | 0 | 1001001 | 10 | 1001100 | 1011111 | 111110 |
Color Harmonies of #C8FA43
Complementary color
Monochromatic Colors of #C8FA43
Black with #C8FA43
Text Example
Text Example
White with #C8FA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA43; }
p { color: rgb(200,250,67); }
H1.HeaderClassName
{
color: #C8FA43;
}
.AnyTagClassName
{
color: #C8FA43;
}
</style>
background-color css
<style>
a { background-color: #C8FA43; }
a { background-color: rgb(200,250,67); }
div.DivClassName
{
background-color: #C8FA43;
}
.BgClassName
{
background-color: #C8FA43;
}
</style>
border-color css
<style>
span { border-color: #C8FA43; }
span { border-color: rgb(200,250,67); }
td.TdClassName
{
border-color: #C8FA43;
}
.TagClassName
{
border-color: #C8FA43;
}
</style>