#8BC225

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

Shades of Yellow Green #8BC225

Tints of Yellow Green #8BC225

Color information

#8BC225 (or 0x8BC225) is unknown color: approx Yellow Green. HEX triplet: 8B, C2 and 25. RGB value is (139,194,37). Sum of RGB (Red+Green+Blue) = 139+194+37=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #8BC225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BC225 is #743DDA. Grayscale: #A0A0A0. Windows color (decimal): -7618011 or 2474635. OLE color: 2474635.

HSL color Cylindrical-coordinate representation of color #8BC225: hue angle of 81.02º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8BC225 is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB13919437-
CMYK0.2800.810.24
HSL81.02º67.97%45.29%-
HSV(B)81.02º80.93%76.08%-
XYZ30.2744.218.69-
YUV159.6658.78113.27-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.57%
GREEN value IS 194 (76.17% from 255) = 52.43%
BLUE value IS 37 (14.84% from 255) = 10%
R=37.57%
G=52.43%
B=10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal139194370.2800.810.2481.0267.9745.29
Hex8BC2251C0511851442d
Octal213302453401213012110455
Binary100010111100001010010111100010100011100010100011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,194,37); }

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

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

 a { background-color: rgb(139,194,37); }

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

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

 span { border-color: rgb(139,194,37); }

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