#95F280

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

Shades of Light Green #95F280

Tints of Light Green #95F280

Color information

#95F280 (or 0x95F280) is unknown color: approx Light Green. HEX triplet: 95, F2 and 80. RGB value is (149,242,128). Sum of RGB (Red+Green+Blue) = 149+242+128=519 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.71% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #95F280 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95F280 is #6A0D7F. Grayscale: #C9C9C9. Windows color (decimal): -6950272 or 8450709. OLE color: 8450709.

HSL color Cylindrical-coordinate representation of color #95F280: hue angle of 108.95º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95F280 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB149242128-
CMYK0.3800.470.05
HSL108.95º81.43%72.55%-
HSV(B)108.95º47.11%94.9%-
XYZ48.0471.4531.68-
YUV201.286.6990.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.71%
GREEN value IS 242 (94.92% from 255) = 46.63%
BLUE value IS 128 (50.39% from 255) = 24.66%
R=28.71%
G=46.63%
B=24.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1492421280.3800.470.05108.9581.4372.55
Hex95F2802602F56d5149
Octal225362200460575155121111
Binary1001010111110010100000001001100101111101110110110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,242,128); }

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

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

 a { background-color: rgb(149,242,128); }

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

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

 span { border-color: rgb(149,242,128); }

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