#B8D625

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

Shades of Fuego #B8D625

Tints of Fuego #B8D625

Color information

#B8D625 (or 0xB8D625) is unknown color: approx Fuego. HEX triplet: B8, D6 and 25. RGB value is (184,214,37). Sum of RGB (Red+Green+Blue) = 184+214+37=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D625 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8D625 is #4729DA. Grayscale: #B9B9B9. Windows color (decimal): -4663771 or 2479800. OLE color: 2479800.

HSL color Cylindrical-coordinate representation of color #B8D625: hue angle of 70.17º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B8D625 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB18421437-
CMYK0.1400.830.16
HSL70.17º70.52%49.22%-
HSV(B)70.17º82.71%83.92%-
XYZ44.1558.4210.7-
YUV184.8544.56127.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.30%
GREEN value IS 214 (83.98% from 255) = 49.20%
BLUE value IS 37 (14.84% from 255) = 8.51%
R=42.30%
G=49.20%
B=8.51%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal184214370.1400.830.1670.1770.5249.22
HexB8D625E05310464731
Octal270326451601232010610761
Binary10111000110101101001011110010100111000010001101000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D625; }

 p { color: rgb(184,214,37); }

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

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

 a { background-color: rgb(184,214,37); }

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

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

 span { border-color: rgb(184,214,37); }

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