Shades of Pear #C8F32D
Tints of Pear #C8F32D
RGB
CMYK
RGB Variations
Color information
#C8F32D (or 0xC8F32D) is known color: Pear. HEX triplet: C8, F3 and 2D. RGB value is (200,243,45). Sum of RGB (Red+Green+Blue) = 200+243+45=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F32D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F32D is #370CD2. Grayscale: #D0D0D0. Windows color (decimal): -3607763 or 3011528. OLE color: 3011528.
HSL color Cylindrical-coordinate representation of color #C8F32D: hue angle of 73.03º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C8F32D is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 45 | - |
| CMYK | 0.18 | 0 | 0.81 | 0.05 |
| HSL | 73.03º | 0.89% | 0.56% | - |
| HSV(B) | 73.03º | 0.81% | 0.95% | - |
| XYZ | 56.34 | 76.57 | 14.29 | - |
| YUV | 207.57 | 36.25 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 45 | 0.18 | 0 | 0.81 | 0.05 | 73.03 | 0.89 | 0.56 |
| Hex | C8 | F3 | 2D | 12 | 0 | 51 | 5 | 49 | 59 | 38 |
| Octal | 310 | 363 | 55 | 22 | 0 | 121 | 5 | 111 | 131 | 70 |
| Binary | 11001000 | 11110011 | 101101 | 10010 | 0 | 1010001 | 101 | 1001001 | 1011001 | 111000 |
Color Harmonies of #C8F32D
Complementary color
Monochromatic Colors of #C8F32D
Black with #C8F32D
Text Example
Text Example
White with #C8F32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F32D; }
p { color: rgb(200,243,45); }
H1.HeaderClassName
{
color: #C8F32D;
}
.AnyTagClassName
{
color: #C8F32D;
}
</style>
background-color css
<style>
a { background-color: #C8F32D; }
a { background-color: rgb(200,243,45); }
div.DivClassName
{
background-color: #C8F32D;
}
.BgClassName
{
background-color: #C8F32D;
}
</style>
border-color css
<style>
span { border-color: #C8F32D; }
span { border-color: rgb(200,243,45); }
td.TdClassName
{
border-color: #C8F32D;
}
.TagClassName
{
border-color: #C8F32D;
}
</style>