#81EDA4

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

Shades of Light Green #81EDA4

Tints of Light Green #81EDA4

Color information

#81EDA4 (or 0x81EDA4) is unknown color: approx Light Green. HEX triplet: 81, ED and A4. RGB value is (129,237,164). Sum of RGB (Red+Green+Blue) = 129+237+164=530 (70% of max value = 765). Red value is 129 (50.78% from 255 or 24.34% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #81EDA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81EDA4 is #7E125B. Grayscale: #C4C4C4. Windows color (decimal): -8262236 or 10808705. OLE color: 10808705.

HSL color Cylindrical-coordinate representation of color #81EDA4: hue angle of 139.44º 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 #81EDA4 is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB129237164-
CMYK0.4600.310.07
HSL139.44º75%71.76%-
HSV(B)139.44º45.57%92.94%-
XYZ46.0467.9245.8-
YUV196.39109.7279.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 24.34%
GREEN value IS 237 (92.97% from 255) = 44.72%
BLUE value IS 164 (64.45% from 255) = 30.94%
R=24.34%
G=44.72%
B=30.94%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1292371640.4600.310.07139.447571.76
Hex81EDA42E01F78b4b48
Octal201355244560377213113110
Binary1000000111101101101001001011100111111111000101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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