#95F375

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

Shades of Light Green #95F375

Tints of Light Green #95F375

Color information

#95F375 (or 0x95F375) is unknown color: approx Light Green. HEX triplet: 95, F3 and 75. RGB value is (149,243,117). Sum of RGB (Red+Green+Blue) = 149+243+117=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #95F375 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F375 is #6A0C8A. Grayscale: #C8C8C8. Windows color (decimal): -6950027 or 7730069. OLE color: 7730069.

HSL color Cylindrical-coordinate representation of color #95F375: hue angle of 104.76º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95F375 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB149243117-
CMYK0.3900.520.05
HSL104.76º84%70.59%-
HSV(B)104.76º51.85%95.29%-
XYZ47.6671.7828.17-
YUV200.5380.8691.25-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.27%
GREEN value IS 243 (95.31% from 255) = 47.74%
BLUE value IS 117 (46.09% from 255) = 22.99%
R=29.27%
G=47.74%
B=22.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492431170.3900.520.05104.768470.59
Hex95F375270345695447
Octal225363165470645151124107
Binary100101011111001111101011001110110100101110100110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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