#B9E025

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

Shades of Fuego #B9E025

Tints of Fuego #B9E025

Color information

#B9E025 (or 0xB9E025) is unknown color: approx Fuego. HEX triplet: B9, E0 and 25. RGB value is (185,224,37). Sum of RGB (Red+Green+Blue) = 185+224+37=446 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.48% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 37 (14.84% from 255 or 8.30% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E025 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E025 is #461FDA. Grayscale: #BFBFBF. Windows color (decimal): -4595675 or 2482361. OLE color: 2482361.

HSL color Cylindrical-coordinate representation of color #B9E025: hue angle of 72.51º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B9E025 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB18522437-
CMYK0.1700.830.12
HSL72.51º75.1%51.18%-
HSV(B)72.51º83.48%87.84%-
XYZ4763.7611.58-
YUV191.0241.08123.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.48%
GREEN value IS 224 (87.89% from 255) = 50.22%
BLUE value IS 37 (14.84% from 255) = 8.30%
R=41.48%
G=50.22%
B=8.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal185224370.1700.830.1272.5175.151.18
HexB9E02511053C494b33
Octal271340452101231411111363
Binary10111001111000001001011000101010011110010010011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9E025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9E025; }

 p { color: rgb(185,224,37); }

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

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

 a { background-color: rgb(185,224,37); }

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

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

 span { border-color: rgb(185,224,37); }

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