#8BC42D

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

Shades of Yellow Green #8BC42D

Tints of Yellow Green #8BC42D

Color information

#8BC42D (or 0x8BC42D) is unknown color: approx Yellow Green. HEX triplet: 8B, C4 and 2D. RGB value is (139,196,45). Sum of RGB (Red+Green+Blue) = 139+196+45=380 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.58% from 380); Green value is 196 (76.95% from 255 or 51.58% from 380); Blue value is 45 (17.97% from 255 or 11.84% from 380); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC42D is #743BD2. Grayscale: #A2A2A2. Windows color (decimal): -7617491 or 2999435. OLE color: 2999435.

HSL color Cylindrical-coordinate representation of color #8BC42D: hue angle of 82.65º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8BC42D is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB13919645-
CMYK0.2900.770.23
HSL82.65º62.66%47.25%-
HSV(B)82.65º77.04%76.86%-
XYZ30.8645.169.57-
YUV161.7462.12111.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.58%
GREEN value IS 196 (76.95% from 255) = 51.58%
BLUE value IS 45 (17.97% from 255) = 11.84%
R=36.58%
G=51.58%
B=11.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal139196450.2900.770.2382.6562.6647.25
Hex8BC42D1D04D17533f2f
Octal21330455350115271237757
Binary10001011110001001011011110101001101101111010011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC42D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,196,45); }

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

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

 a { background-color: rgb(139,196,45); }

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

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

 span { border-color: rgb(139,196,45); }

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