#8BDF9B

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

Shades of Light Green #8BDF9B

Tints of Light Green #8BDF9B

Color information

#8BDF9B (or 0x8BDF9B) is unknown color: approx Light Green. HEX triplet: 8B, DF and 9B. RGB value is (139,223,155). Sum of RGB (Red+Green+Blue) = 139+223+155=517 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.89% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #8BDF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BDF9B is #742064. Grayscale: #BEBEBE. Windows color (decimal): -7610469 or 10215307. OLE color: 10215307.

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

Color convert

RGB139223155-
CMYK0.3800.300.13
HSL131.43º56.76%70.98%-
HSV(B)131.43º37.67%87.45%-
XYZ42.9560.6340.45-
YUV190.13108.1791.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.89%
GREEN value IS 223 (87.5% from 255) = 43.13%
BLUE value IS 155 (60.94% from 255) = 29.98%
R=26.89%
G=43.13%
B=29.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1392231550.3800.300.13131.4356.7670.98
Hex8BDF9B2601ED833947
Octal213337233460361520371107
Binary1000101111011111100110111001100111101101100000111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,223,155); }

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

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

 a { background-color: rgb(139,223,155); }

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

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

 span { border-color: rgb(139,223,155); }

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