Shades of Pear #C9ED42
Tints of Pear #C9ED42
RGB
CMYK
RGB Variations
Color information
#C9ED42 (or 0xC9ED42) is known color: Pear. HEX triplet: C9, ED and 42. RGB value is (201,237,66). Sum of RGB (Red+Green+Blue) = 201+237+66=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 66 (26.17% from 255 or 13.10% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9ED42 is #3612BD. Grayscale: #CFCFCF. Windows color (decimal): -3543742 or 4386249. OLE color: 4386249.
HSL color Cylindrical-coordinate representation of color #C9ED42: hue angle of 72.63º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C9ED42 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 237 | 66 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.07 |
| HSL | 72.63º | 0.83% | 0.59% | - |
| HSV(B) | 72.63º | 0.72% | 0.93% | - |
| XYZ | 55.35 | 73.38 | 16.4 | - |
| YUV | 206.74 | 48.57 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 237 | 66 | 0.15 | 0 | 0.72 | 0.07 | 72.63 | 0.83 | 0.59 |
| Hex | C9 | ED | 42 | F | 0 | 48 | 7 | 49 | 53 | 3B |
| Octal | 311 | 355 | 102 | 17 | 0 | 110 | 7 | 111 | 123 | 73 |
| Binary | 11001001 | 11101101 | 1000010 | 1111 | 0 | 1001000 | 111 | 1001001 | 1010011 | 111011 |
Color Harmonies of #C9ED42
Complementary color
Monochromatic Colors of #C9ED42
Black with #C9ED42
Text Example
Text Example
White with #C9ED42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ED42; }
p { color: rgb(201,237,66); }
H1.HeaderClassName
{
color: #C9ED42;
}
.AnyTagClassName
{
color: #C9ED42;
}
</style>
background-color css
<style>
a { background-color: #C9ED42; }
a { background-color: rgb(201,237,66); }
div.DivClassName
{
background-color: #C9ED42;
}
.BgClassName
{
background-color: #C9ED42;
}
</style>
border-color css
<style>
span { border-color: #C9ED42; }
span { border-color: rgb(201,237,66); }
td.TdClassName
{
border-color: #C9ED42;
}
.TagClassName
{
border-color: #C9ED42;
}
</style>