Shades of Citrus #95CF11
Tints of Citrus #95CF11
RGB
CMYK
RGB Variations
Color information
#95CF11 (or 0x95CF11) is known color: Citrus. HEX triplet: 95, CF and 11. RGB value is (149,207,17). Sum of RGB (Red+Green+Blue) = 149+207+17=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 207 (81.25% from 255 or 55.50% from 373); Blue value is 17 (7.03% from 255 or 4.56% from 373); Max value from RGB is 207 - color contains mainly: green. Hex color #95CF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95CF11 is #6A30EE. Grayscale: #A8A8A8. Windows color (decimal): -6959343 or 1167253. OLE color: 1167253.
HSL color Cylindrical-coordinate representation of color #95CF11: hue angle of 78.32º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95CF11 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 207 | 17 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.19 |
| HSL | 78.32º | 0.85% | 0.44% | - |
| HSV(B) | 78.32º | 0.92% | 0.81% | - |
| XYZ | 34.81 | 51.06 | 8.55 | - |
| YUV | 168 | 42.78 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 207 | 17 | 0.28 | 0 | 0.92 | 0.19 | 78.32 | 0.85 | 0.44 |
| Hex | 95 | CF | 11 | 1C | 0 | 5C | 13 | 4E | 55 | 2C |
| Octal | 225 | 317 | 21 | 34 | 0 | 134 | 23 | 116 | 125 | 54 |
| Binary | 10010101 | 11001111 | 10001 | 11100 | 0 | 1011100 | 10011 | 1001110 | 1010101 | 101100 |
Color Harmonies of #95CF11
Complementary color
Monochromatic Colors of #95CF11
Black with #95CF11
Text Example
Text Example
White with #95CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CF11; }
p { color: rgb(149,207,17); }
H1.HeaderClassName
{
color: #95CF11;
}
.AnyTagClassName
{
color: #95CF11;
}
</style>
background-color css
<style>
a { background-color: #95CF11; }
a { background-color: rgb(149,207,17); }
div.DivClassName
{
background-color: #95CF11;
}
.BgClassName
{
background-color: #95CF11;
}
</style>
border-color css
<style>
span { border-color: #95CF11; }
span { border-color: rgb(149,207,17); }
td.TdClassName
{
border-color: #95CF11;
}
.TagClassName
{
border-color: #95CF11;
}
</style>