#95FD67

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

Shades of Light Green #95FD67

Tints of Light Green #95FD67

Color information

#95FD67 (or 0x95FD67) is unknown color: approx Light Green. HEX triplet: 95, FD and 67. RGB value is (149,253,103). Sum of RGB (Red+Green+Blue) = 149+253+103=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #95FD67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95FD67 is #6A0298. Grayscale: #CDCDCD. Windows color (decimal): -6947481 or 6815125. OLE color: 6815125.

HSL color Cylindrical-coordinate representation of color #95FD67: hue angle of 101.6º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95FD67 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB149253103-
CMYK0.4100.590.01
HSL101.6º97.4%69.8%-
HSV(B)101.6º59.29%99.22%-
XYZ49.9777.6225.18-
YUV204.870.5488.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.50%
GREEN value IS 253 (99.22% from 255) = 50.10%
BLUE value IS 103 (40.62% from 255) = 20.40%
R=29.50%
G=50.10%
B=20.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1492531030.4100.590.01101.697.469.8
Hex95FD672903B1666146
Octal225375147510731146141106
Binary1001010111111101110011110100101110111110011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,253,103); }

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

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

 a { background-color: rgb(149,253,103); }

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

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

 span { border-color: rgb(149,253,103); }

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