Shades of Pear #C9EF30
Tints of Pear #C9EF30
RGB
CMYK
RGB Variations
Color information
#C9EF30 (or 0xC9EF30) is known color: Pear. HEX triplet: C9, EF and 30. RGB value is (201,239,48). Sum of RGB (Red+Green+Blue) = 201+239+48=488 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.19% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 239 - color contains mainly: green. Hex color #C9EF30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9EF30 is #3610CF. Grayscale: #CECECE. Windows color (decimal): -3543248 or 3207113. OLE color: 3207113.
HSL color Cylindrical-coordinate representation of color #C9EF30: hue angle of 71.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9EF30 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 239 | 48 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.06 |
| HSL | 71.94º | 0.86% | 0.56% | - |
| HSV(B) | 71.94º | 0.8% | 0.94% | - |
| XYZ | 55.49 | 74.36 | 14.23 | - |
| YUV | 205.86 | 38.91 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 239 | 48 | 0.16 | 0 | 0.80 | 0.06 | 71.94 | 0.86 | 0.56 |
| Hex | C9 | EF | 30 | 10 | 0 | 50 | 6 | 48 | 56 | 38 |
| Octal | 311 | 357 | 60 | 20 | 0 | 120 | 6 | 110 | 126 | 70 |
| Binary | 11001001 | 11101111 | 110000 | 10000 | 0 | 1010000 | 110 | 1001000 | 1010110 | 111000 |
Color Harmonies of #C9EF30
Complementary color
Monochromatic Colors of #C9EF30
Black with #C9EF30
Text Example
Text Example
White with #C9EF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EF30; }
p { color: rgb(201,239,48); }
H1.HeaderClassName
{
color: #C9EF30;
}
.AnyTagClassName
{
color: #C9EF30;
}
</style>
background-color css
<style>
a { background-color: #C9EF30; }
a { background-color: rgb(201,239,48); }
div.DivClassName
{
background-color: #C9EF30;
}
.BgClassName
{
background-color: #C9EF30;
}
</style>
border-color css
<style>
span { border-color: #C9EF30; }
span { border-color: rgb(201,239,48); }
td.TdClassName
{
border-color: #C9EF30;
}
.TagClassName
{
border-color: #C9EF30;
}
</style>