Shades of Pear #C9ED30
Tints of Pear #C9ED30
RGB
CMYK
RGB Variations
Color information
#C9ED30 (or 0xC9ED30) is known color: Pear. HEX triplet: C9, ED and 30. RGB value is (201,237,48). Sum of RGB (Red+Green+Blue) = 201+237+48=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9ED30 is #3612CF. Grayscale: #CDCDCD. Windows color (decimal): -3543760 or 3206601. OLE color: 3206601.
HSL color Cylindrical-coordinate representation of color #C9ED30: hue angle of 71.43º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9ED30 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 48 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.07 |
| HSL | 71.43º | 0.84% | 0.56% | - |
| HSV(B) | 71.43º | 0.8% | 0.93% | - |
| XYZ | 54.91 | 73.2 | 14.03 | - |
| YUV | 204.69 | 39.57 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 48 | 0.15 | 0 | 0.80 | 0.07 | 71.43 | 0.84 | 0.56 |
| Hex | C9 | ED | 30 | F | 0 | 50 | 7 | 47 | 54 | 38 |
| Octal | 311 | 355 | 60 | 17 | 0 | 120 | 7 | 107 | 124 | 70 |
| Binary | 11001001 | 11101101 | 110000 | 1111 | 0 | 1010000 | 111 | 1000111 | 1010100 | 111000 |
Color Harmonies of #C9ED30
Complementary color
Monochromatic Colors of #C9ED30
Black with #C9ED30
Text Example
Text Example
White with #C9ED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED30; }
p { color: rgb(201,237,48); }
H1.HeaderClassName
{
color: #C9ED30;
}
.AnyTagClassName
{
color: #C9ED30;
}
</style>
background-color css
<style>
a { background-color: #C9ED30; }
a { background-color: rgb(201,237,48); }
div.DivClassName
{
background-color: #C9ED30;
}
.BgClassName
{
background-color: #C9ED30;
}
</style>
border-color css
<style>
span { border-color: #C9ED30; }
span { border-color: rgb(201,237,48); }
td.TdClassName
{
border-color: #C9ED30;
}
.TagClassName
{
border-color: #C9ED30;
}
</style>