#B0EA38

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

Shades of Green Yellow #B0EA38

Tints of Green Yellow #B0EA38

Color information

#B0EA38 (or 0xB0EA38) is unknown color: approx Green Yellow. HEX triplet: B0, EA and 38. RGB value is (176,234,56). Sum of RGB (Red+Green+Blue) = 176+234+56=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 56 (22.27% from 255 or 12.02% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EA38 is #4F15C7. Grayscale: #C5C5C5. Windows color (decimal): -5182920 or 3730096. OLE color: 3730096.

HSL color Cylindrical-coordinate representation of color #B0EA38: hue angle of 79.55º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0EA38 is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB17623456-
CMYK0.2500.760.08
HSL79.55º80.91%56.86%-
HSV(B)79.55º76.07%91.76%-
XYZ48.0468.3614.4-
YUV196.3748.78113.47-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 234 (91.80% from 255) = 50.21%
BLUE value IS 56 (22.27% from 255) = 12.02%
R=37.77%
G=50.21%
B=12.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal176234560.2500.760.0879.5580.9156.86
HexB0EA381904C8505139
Octal260352703101141012012171
Binary10110000111010101110001100101001100100010100001010001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0EA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0EA38; }

 p { color: rgb(176,234,56); }

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

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

 a { background-color: rgb(176,234,56); }

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

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

 span { border-color: rgb(176,234,56); }

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