#95F393

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

Shades of Light Green #95F393

Tints of Light Green #95F393

Color information

#95F393 (or 0x95F393) is unknown color: approx Light Green. HEX triplet: 95, F3 and 93. RGB value is (149,243,147). Sum of RGB (Red+Green+Blue) = 149+243+147=539 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.64% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 147 (57.81% from 255 or 27.27% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #95F393 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F393 is #6A0C6C. Grayscale: #CCCCCC. Windows color (decimal): -6949997 or 9696149. OLE color: 9696149.

HSL color Cylindrical-coordinate representation of color #95F393: hue angle of 118.75º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95F393 is Cyan = 0.39, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB149243147-
CMYK0.3900.400.05
HSL118.75º80%76.47%-
HSV(B)118.75º39.51%95.29%-
XYZ49.7172.639-
YUV203.9595.8688.81-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.64%
GREEN value IS 243 (95.31% from 255) = 45.08%
BLUE value IS 147 (57.81% from 255) = 27.27%
R=27.64%
G=45.08%
B=27.27%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492431470.3900.400.05118.758076.47
Hex95F39327028577504c
Octal225363223470505167120114
Binary1001010111110011100100111001110101000101111011110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,243,147); }

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

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

 a { background-color: rgb(149,243,147); }

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

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

 span { border-color: rgb(149,243,147); }

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