#97F383

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

Shades of Light Green #97F383

Tints of Light Green #97F383

Color information

#97F383 (or 0x97F383) is unknown color: approx Light Green. HEX triplet: 97, F3 and 83. RGB value is (151,243,131). Sum of RGB (Red+Green+Blue) = 151+243+131=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #97F383 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #97F383 is #680C7C. Grayscale: #CBCBCB. Windows color (decimal): -6818941 or 8647575. OLE color: 8647575.

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

Color convert

RGB151243131-
CMYK0.3800.460.05
HSL109.29º82.35%73.33%-
HSV(B)109.29º46.09%95.29%-
XYZ48.9172.3232.85-
YUV202.7287.5291.11-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.76%
GREEN value IS 243 (95.31% from 255) = 46.29%
BLUE value IS 131 (51.56% from 255) = 24.95%
R=28.76%
G=46.29%
B=24.95%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1512431310.3800.460.05109.2982.3573.33
Hex97F3832602E56d5249
Octal227363203460565155122111
Binary1001011111110011100000111001100101110101110110110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97F383; }

 p { color: rgb(151,243,131); }

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

<style>
 a { background-color: #97F383; }

 a { background-color: rgb(151,243,131); }

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

<style>
 span { border-color: #97F383; }

 span { border-color: rgb(151,243,131); }

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