#8BD612

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

Shades of Yellow Green #8BD612

Tints of Yellow Green #8BD612

Color information

#8BD612 (or 0x8BD612) is unknown color: approx Yellow Green. HEX triplet: 8B, D6 and 12. RGB value is (139,214,18). Sum of RGB (Red+Green+Blue) = 139+214+18=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 214 (83.98% from 255 or 57.68% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 214 - color contains mainly: green. Hex color #8BD612 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BD612 is #7429ED. Grayscale: #A9A9A9. Windows color (decimal): -7612910 or 1234571. OLE color: 1234571.

HSL color Cylindrical-coordinate representation of color #8BD612: hue angle of 82.96º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8BD612 is Cyan = 0.35, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB13921418-
CMYK0.3500.920.16
HSL82.96º84.48%45.49%-
HSV(B)82.96º91.59%83.92%-
XYZ34.853.639.09-
YUV169.2342.65106.44-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.47%
GREEN value IS 214 (83.98% from 255) = 57.68%
BLUE value IS 18 (7.42% from 255) = 4.85%
R=37.47%
G=57.68%
B=4.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal139214180.3500.920.1682.9684.4845.49
Hex8BD6122305C1053542d
Octal213326224301342012312455
Binary100010111101011010010100011010111001000010100111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,214,18); }

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

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

 a { background-color: rgb(139,214,18); }

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

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

 span { border-color: rgb(139,214,18); }

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