Shades of Pear #C8FA29
Tints of Pear #C8FA29
RGB
CMYK
RGB Variations
Color information
#C8FA29 (or 0xC8FA29) is known color: Pear. HEX triplet: C8, FA and 29. RGB value is (200,250,41). Sum of RGB (Red+Green+Blue) = 200+250+41=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 41 (16.41% from 255 or 8.35% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #C8FA29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8FA29 is #3705D6. Grayscale: #D4D4D4. Windows color (decimal): -3605975 or 2751176. OLE color: 2751176.
HSL color Cylindrical-coordinate representation of color #C8FA29: hue angle of 74.35º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C8FA29 is Cyan = 0.2, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 250 | 41 | - |
| CMYK | 0.2 | 0 | 0.84 | 0.02 |
| HSL | 74.35º | 0.95% | 0.57% | - |
| HSV(B) | 74.35º | 0.84% | 0.98% | - |
| XYZ | 58.41 | 80.81 | 14.62 | - |
| YUV | 211.22 | 31.94 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 250 | 41 | 0.2 | 0 | 0.84 | 0.02 | 74.35 | 0.95 | 0.57 |
| Hex | C8 | FA | 29 | 14 | 0 | 54 | 2 | 4A | 5F | 39 |
| Octal | 310 | 372 | 51 | 24 | 0 | 124 | 2 | 112 | 137 | 71 |
| Binary | 11001000 | 11111010 | 101001 | 10100 | 0 | 1010100 | 10 | 1001010 | 1011111 | 111001 |
Color Harmonies of #C8FA29
Complementary color
Monochromatic Colors of #C8FA29
Black with #C8FA29
Text Example
Text Example
White with #C8FA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8FA29; }
p { color: rgb(200,250,41); }
H1.HeaderClassName
{
color: #C8FA29;
}
.AnyTagClassName
{
color: #C8FA29;
}
</style>
background-color css
<style>
a { background-color: #C8FA29; }
a { background-color: rgb(200,250,41); }
div.DivClassName
{
background-color: #C8FA29;
}
.BgClassName
{
background-color: #C8FA29;
}
</style>
border-color css
<style>
span { border-color: #C8FA29; }
span { border-color: rgb(200,250,41); }
td.TdClassName
{
border-color: #C8FA29;
}
.TagClassName
{
border-color: #C8FA29;
}
</style>