Html Css Color HEX #95BB31 Yellow Green

📋 copy color: '#95BB31'

red 149 ◦ green 187 ◦ blue 49

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

Shades of Yellow Green #95BB31

Tints of Yellow Green #95BB31

RGB

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

 GREEN value IS 187 (73.44% from 255) = 48.57%

 BLUE value IS 49 (19.53% from 255) = 12.73%

R = 38.7%
G = 48.57%
B = 12.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#95BB31 (or 0x95BB31) is known color: Yellow Green. HEX triplet: 95, BB and 31. RGB value is (149,187,49). Sum of RGB (Red+Green+Blue) = 149+187+49=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 187 (73.44% from 255 or 48.57% from 385); Blue value is 49 (19.53% from 255 or 12.73% from 385); Max value from RGB is 187 - color contains mainly: green. Hex color #95BB31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BB31 is #6A44CE. Grayscale: #A0A0A0. Windows color (decimal): -6964431 or 3259285. OLE color: 3259285.

HSL color Cylindrical-coordinate representation of color #95BB31: hue angle of 76.52º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #95BB31 is Cyan = 0.20, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 187 49 -
CMYK 0.20 0 0.74 0.27
HSL 76.52º 0.58% 0.46% -
HSV(B) 76.52º 0.74% 0.73% -
XYZ 30.72 42.15 9.42 -
YUV 159.91 65.41 120.22 -
System Red Green Blue C M Y K H S L
Decimal 149 187 49 0.20 0 0.74 0.27 76.52 0.58 0.46
Hex 95 BB 31 14 0 4A 1B 4D 3A 2E
Octal 225 273 61 24 0 112 33 115 72 56
Binary 10010101 10111011 110001 10100 0 1001010 11011 1001101 111010 101110

Color Harmonies of #95BB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95BB31

Black with #95BB31

Text Example


Text Example

White with #95BB31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,187,49); }

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

background-color css

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

 a { background-color: rgb(149,187,49); }

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

border-color css

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

 span { border-color: rgb(149,187,49); }

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