Shades of Pear #C8F31D
Tints of Pear #C8F31D
RGB
CMYK
RGB Variations
Color information
#C8F31D (or 0xC8F31D) is known color: Pear. HEX triplet: C8, F3 and 1D. RGB value is (200,243,29). Sum of RGB (Red+Green+Blue) = 200+243+29=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 243 (95.31% from 255 or 51.48% from 472); Blue value is 29 (11.72% from 255 or 6.14% from 472); Max value from RGB is 243 - color contains mainly: green. Hex color #C8F31D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C8F31D is #370CE2. Grayscale: #CECECE. Windows color (decimal): -3607779 or 1962952. OLE color: 1962952.
HSL color Cylindrical-coordinate representation of color #C8F31D: hue angle of 72.06º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C8F31D is Cyan = 0.18, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 243 | 29 | - |
| CMYK | 0.18 | 0 | 0.88 | 0.05 |
| HSL | 72.06º | 0.9% | 0.53% | - |
| HSV(B) | 72.06º | 0.88% | 0.95% | - |
| XYZ | 56.09 | 76.47 | 12.97 | - |
| YUV | 205.75 | 28.25 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 243 | 29 | 0.18 | 0 | 0.88 | 0.05 | 72.06 | 0.9 | 0.53 |
| Hex | C8 | F3 | 1D | 12 | 0 | 58 | 5 | 48 | 5A | 35 |
| Octal | 310 | 363 | 35 | 22 | 0 | 130 | 5 | 110 | 132 | 65 |
| Binary | 11001000 | 11110011 | 11101 | 10010 | 0 | 1011000 | 101 | 1001000 | 1011010 | 110101 |
Color Harmonies of #C8F31D
Complementary color
Monochromatic Colors of #C8F31D
Black with #C8F31D
Text Example
Text Example
White with #C8F31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F31D; }
p { color: rgb(200,243,29); }
H1.HeaderClassName
{
color: #C8F31D;
}
.AnyTagClassName
{
color: #C8F31D;
}
</style>
background-color css
<style>
a { background-color: #C8F31D; }
a { background-color: rgb(200,243,29); }
div.DivClassName
{
background-color: #C8F31D;
}
.BgClassName
{
background-color: #C8F31D;
}
</style>
border-color css
<style>
span { border-color: #C8F31D; }
span { border-color: rgb(200,243,29); }
td.TdClassName
{
border-color: #C8F31D;
}
.TagClassName
{
border-color: #C8F31D;
}
</style>