Shades of Citrus #95C612
Tints of Citrus #95C612
RGB
CMYK
RGB Variations
Color information
#95C612 (or 0x95C612) is known color: Citrus. HEX triplet: 95, C6 and 12. RGB value is (149,198,18). Sum of RGB (Red+Green+Blue) = 149+198+18=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 198 (77.73% from 255 or 54.25% from 365); Blue value is 18 (7.42% from 255 or 4.93% from 365); Max value from RGB is 198 - color contains mainly: green. Hex color #95C612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C612 is #6A39ED. Grayscale: #A3A3A3. Windows color (decimal): -6961646 or 1230485. OLE color: 1230485.
HSL color Cylindrical-coordinate representation of color #95C612: hue angle of 76.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95C612 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 198 | 18 | - |
| CMYK | 0.25 | 0 | 0.91 | 0.22 |
| HSL | 76.33º | 0.83% | 0.42% | - |
| HSV(B) | 76.33º | 0.91% | 0.78% | - |
| XYZ | 32.7 | 46.82 | 7.89 | - |
| YUV | 162.83 | 46.27 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 198 | 18 | 0.25 | 0 | 0.91 | 0.22 | 76.33 | 0.83 | 0.42 |
| Hex | 95 | C6 | 12 | 19 | 0 | 5B | 16 | 4C | 53 | 2A |
| Octal | 225 | 306 | 22 | 31 | 0 | 133 | 26 | 114 | 123 | 52 |
| Binary | 10010101 | 11000110 | 10010 | 11001 | 0 | 1011011 | 10110 | 1001100 | 1010011 | 101010 |
Color Harmonies of #95C612
Complementary color
Monochromatic Colors of #95C612
Black with #95C612
Text Example
Text Example
White with #95C612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C612; }
p { color: rgb(149,198,18); }
H1.HeaderClassName
{
color: #95C612;
}
.AnyTagClassName
{
color: #95C612;
}
</style>
background-color css
<style>
a { background-color: #95C612; }
a { background-color: rgb(149,198,18); }
div.DivClassName
{
background-color: #95C612;
}
.BgClassName
{
background-color: #95C612;
}
</style>
border-color css
<style>
span { border-color: #95C612; }
span { border-color: rgb(149,198,18); }
td.TdClassName
{
border-color: #95C612;
}
.TagClassName
{
border-color: #95C612;
}
</style>