Html Css Color HEX #95C112 Citrus

📋 copy color: '#95C112'

red 149 ◦ green 193 ◦ blue 18

#95C112
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #95C112

Tints of Citrus #95C112

RGB

 RED value IS 149 (58.59% from 255) = 41.39%

 GREEN value IS 193 (75.78% from 255) = 53.61%

 BLUE value IS 18 (7.42% from 255) = 5%

R = 41.39%
G = 53.61%
B = 5%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#95C112 (or 0x95C112) is known color: Citrus. HEX triplet: 95, C1 and 12. RGB value is (149,193,18). Sum of RGB (Red+Green+Blue) = 149+193+18=360 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.39% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #95C112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95C112 is #6A3EED. Grayscale: #A0A0A0. Windows color (decimal): -6962926 or 1229205. OLE color: 1229205.

HSL color Cylindrical-coordinate representation of color #95C112: hue angle of 75.09º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #95C112 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 193 18 -
CMYK 0.23 0 0.91 0.24
HSL 75.09º 0.83% 0.41% -
HSV(B) 75.09º 0.91% 0.76% -
XYZ 31.57 44.57 7.51 -
YUV 159.89 47.92 120.23 -
System Red Green Blue C M Y K H S L
Decimal 149 193 18 0.23 0 0.91 0.24 75.09 0.83 0.41
Hex 95 C1 12 17 0 5B 18 4B 53 29
Octal 225 301 22 27 0 133 30 113 123 51
Binary 10010101 11000001 10010 10111 0 1011011 11000 1001011 1010011 101001

Color Harmonies of #95C112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C112

Black with #95C112

Text Example


Text Example

White with #95C112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95C112; }

 p { color: rgb(149,193,18); }

 H1.HeaderClassName
 {
   color: #95C112;
 }
 .AnyTagClassName
 {
   color: #95C112;
 }
</style>

background-color css

<style>
 a { background-color: #95C112; }

 a { background-color: rgb(149,193,18); }

 div.DivClassName
 {
   background-color: #95C112;
 }
 .BgClassName
 {
   background-color: #95C112;
 }
</style>

border-color css

<style>
 span { border-color: #95C112; }

 span { border-color: rgb(149,193,18); }

 td.TdClassName
 {
   border-color: #95C112;
 }
 .TagClassName
 {
   border-color: #95C112;
 }
</style>