#95BF24

Color #95BF24 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #95BF24

Tints of Yellow Green #95BF24

Color information

#95BF24 (or 0x95BF24) is unknown color: approx Yellow Green. HEX triplet: 95, BF and 24. RGB value is (149,191,36). Sum of RGB (Red+Green+Blue) = 149+191+36=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BF24 is #6A40DB. Grayscale: #A1A1A1. Windows color (decimal): -6963420 or 2408341. OLE color: 2408341.

HSL color Cylindrical-coordinate representation of color #95BF24: hue angle of 76.26º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95BF24 is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB14919136-
CMYK0.2200.810.25
HSL76.26º68.28%44.51%-
HSV(B)76.26º81.15%74.9%-
XYZ31.3443.788.47-
YUV160.7757.59119.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.63%
GREEN value IS 191 (75% from 255) = 50.80%
BLUE value IS 36 (14.45% from 255) = 9.57%
R=39.63%
G=50.80%
B=9.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149191360.2200.810.2576.2668.2844.51
Hex95BF2416051194c442d
Octal225277442601213111410455
Binary100101011011111110010010110010100011100110011001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,191,36); }

 H1.HeaderClassName
 {
   color: #95BF24;
 }
 .AnyTagClassName
 {
   color: #95BF24;
 }
</style>
background-color css

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

 a { background-color: rgb(149,191,36); }

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

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

 span { border-color: rgb(149,191,36); }

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