#81ED96

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

Shades of Light Green #81ED96

Tints of Light Green #81ED96

Color information

#81ED96 (or 0x81ED96) is unknown color: approx Light Green. HEX triplet: 81, ED and 96. RGB value is (129,237,150). Sum of RGB (Red+Green+Blue) = 129+237+150=516 (68% of max value = 765). Red value is 129 (50.78% from 255 or 25% from 516); Green value is 237 (92.97% from 255 or 45.93% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 237 - color contains mainly: green. Hex color #81ED96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81ED96 is #7E1269. Grayscale: #C3C3C3. Windows color (decimal): -8262250 or 9891201. OLE color: 9891201.

HSL color Cylindrical-coordinate representation of color #81ED96: hue angle of 131.67º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #81ED96 is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB129237150-
CMYK0.4600.370.07
HSL131.67º75%71.76%-
HSV(B)131.67º45.57%92.94%-
XYZ44.8467.4439.51-
YUV194.79102.7281.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25%
GREEN value IS 237 (92.97% from 255) = 45.93%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=25%
G=45.93%
B=29.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292371500.4600.370.07131.677571.76
Hex81ED962E0257844b48
Octal201355226560457204113110
Binary10000001111011011001011010111001001011111000010010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ED96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81ED96; }

 p { color: rgb(129,237,150); }

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

<style>
 a { background-color: #81ED96; }

 a { background-color: rgb(129,237,150); }

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

<style>
 span { border-color: #81ED96; }

 span { border-color: rgb(129,237,150); }

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