#95BF38

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

Shades of Yellow Green #95BF38

Tints of Yellow Green #95BF38

Color information

#95BF38 (or 0x95BF38) is unknown color: approx Yellow Green. HEX triplet: 95, BF and 38. RGB value is (149,191,56). Sum of RGB (Red+Green+Blue) = 149+191+56=396 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.63% from 396); Green value is 191 (75% from 255 or 48.23% from 396); Blue value is 56 (22.27% from 255 or 14.14% from 396); Max value from RGB is 191 - color contains mainly: green. Hex color #95BF38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95BF38 is #6A40C7. Grayscale: #A3A3A3. Windows color (decimal): -6963400 or 3719061. OLE color: 3719061.

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

Color convert

RGB14919156-
CMYK0.2200.710.25
HSL78.67º54.66%48.43%-
HSV(B)78.67º70.68%74.9%-
XYZ31.7443.9410.55-
YUV163.0567.59117.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 37.63%
GREEN value IS 191 (75% from 255) = 48.23%
BLUE value IS 56 (22.27% from 255) = 14.14%
R=37.63%
G=48.23%
B=14.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal149191560.2200.710.2578.6754.6648.43
Hex95BF3816047194f3730
Octal22527770260107311176760
Binary10010101101111111110001011001000111110011001111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95BF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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