#95F770

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

Shades of Light Green #95F770

Tints of Light Green #95F770

Color information

#95F770 (or 0x95F770) is unknown color: approx Light Green. HEX triplet: 95, F7 and 70. RGB value is (149,247,112). Sum of RGB (Red+Green+Blue) = 149+247+112=508 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.33% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #95F770 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F770 is #6A088F. Grayscale: #CACACA. Windows color (decimal): -6949008 or 7403413. OLE color: 7403413.

HSL color Cylindrical-coordinate representation of color #95F770: hue angle of 103.56º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #95F770 is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB149247112-
CMYK0.4000.550.03
HSL103.56º89.4%70.39%-
HSV(B)103.56º54.66%96.86%-
XYZ48.5874.0827.07-
YUV202.3177.0389.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.33%
GREEN value IS 247 (96.88% from 255) = 48.62%
BLUE value IS 112 (44.14% from 255) = 22.05%
R=29.33%
G=48.62%
B=22.05%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492471120.4000.550.03103.5689.470.39
Hex95F770280373685946
Octal225367160500673150131106
Binary10010101111101111110000101000011011111110100010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,247,112); }

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

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

 a { background-color: rgb(149,247,112); }

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

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

 span { border-color: rgb(149,247,112); }

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