#8BDD94

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

Shades of Light Green #8BDD94

Tints of Light Green #8BDD94

Color information

#8BDD94 (or 0x8BDD94) is unknown color: approx Light Green. HEX triplet: 8B, DD and 94. RGB value is (139,221,148). Sum of RGB (Red+Green+Blue) = 139+221+148=508 (67% of max value = 765). Red value is 139 (54.69% from 255 or 27.36% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #8BDD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDD94 is #74226B. Grayscale: #BCBCBC. Windows color (decimal): -7610988 or 9756043. OLE color: 9756043.

HSL color Cylindrical-coordinate representation of color #8BDD94: hue angle of 126.59º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BDD94 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB139221148-
CMYK0.3700.330.13
HSL126.59º54.67%70.59%-
HSV(B)126.59º37.1%86.67%-
XYZ41.8559.3437.27-
YUV188.16105.3392.94-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.36%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=27.36%
G=43.50%
B=29.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392211480.3700.330.13126.5954.6770.59
Hex8BDD9425021D7f3747
Octal213335224450411517767107
Binary1000101111011101100101001001010100001110111111111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BDD94; }

 p { color: rgb(139,221,148); }

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

<style>
 a { background-color: #8BDD94; }

 a { background-color: rgb(139,221,148); }

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

<style>
 span { border-color: #8BDD94; }

 span { border-color: rgb(139,221,148); }

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