Shades of Pear #C9F93D
Tints of Pear #C9F93D
RGB
CMYK
RGB Variations
Color information
#C9F93D (or 0xC9F93D) is known color: Pear. HEX triplet: C9, F9 and 3D. RGB value is (201,249,61). Sum of RGB (Red+Green+Blue) = 201+249+61=511 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.33% from 511); Green value is 249 (97.66% from 255 or 48.73% from 511); Blue value is 61 (24.22% from 255 or 11.94% from 511); Max value from RGB is 249 - color contains mainly: green. Hex color #C9F93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C9F93D is #3606C2. Grayscale: #D5D5D5. Windows color (decimal): -3540675 or 4061641. OLE color: 4061641.
HSL color Cylindrical-coordinate representation of color #C9F93D: hue angle of 75.32º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C9F93D is Cyan = 0.19, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 249 | 61 | - |
| CMYK | 0.19 | 0 | 0.76 | 0.02 |
| HSL | 75.32º | 0.94% | 0.61% | - |
| HSV(B) | 75.32º | 0.76% | 0.98% | - |
| XYZ | 58.81 | 80.51 | 16.85 | - |
| YUV | 213.22 | 42.1 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 249 | 61 | 0.19 | 0 | 0.76 | 0.02 | 75.32 | 0.94 | 0.61 |
| Hex | C9 | F9 | 3D | 13 | 0 | 4C | 2 | 4B | 5E | 3D |
| Octal | 311 | 371 | 75 | 23 | 0 | 114 | 2 | 113 | 136 | 75 |
| Binary | 11001001 | 11111001 | 111101 | 10011 | 0 | 1001100 | 10 | 1001011 | 1011110 | 111101 |
Color Harmonies of #C9F93D
Complementary color
Monochromatic Colors of #C9F93D
Black with #C9F93D
Text Example
Text Example
White with #C9F93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9F93D; }
p { color: rgb(201,249,61); }
H1.HeaderClassName
{
color: #C9F93D;
}
.AnyTagClassName
{
color: #C9F93D;
}
</style>
background-color css
<style>
a { background-color: #C9F93D; }
a { background-color: rgb(201,249,61); }
div.DivClassName
{
background-color: #C9F93D;
}
.BgClassName
{
background-color: #C9F93D;
}
</style>
border-color css
<style>
span { border-color: #C9F93D; }
span { border-color: rgb(201,249,61); }
td.TdClassName
{
border-color: #C9F93D;
}
.TagClassName
{
border-color: #C9F93D;
}
</style>