Html Css Color HEX #B5D928 Fuego

📋 copy color: '#B5D928'

red 181 ◦ green 217 ◦ blue 40

#B5D928
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #B5D928

Tints of Fuego #B5D928

RGB

 RED value IS 181 (71.09% from 255) = 41.32%

 GREEN value IS 217 (85.16% from 255) = 49.54%

 BLUE value IS 40 (16.02% from 255) = 9.13%

R = 41.32%
G = 49.54%
B = 9.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#B5D928 (or 0xB5D928) is known color: Fuego. HEX triplet: B5, D9 and 28. RGB value is (181,217,40). Sum of RGB (Red+Green+Blue) = 181+217+40=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 217 (85.16% from 255 or 49.54% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 217 - color contains mainly: green. Hex color #B5D928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D928 is #4A26D7. Grayscale: #BABABA. Windows color (decimal): -4859608 or 2677173. OLE color: 2677173.

HSL color Cylindrical-coordinate representation of color #B5D928: hue angle of 72.2º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5D928 is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 217 40 -
CMYK 0.17 0 0.82 0.15
HSL 72.2º 0.7% 0.5% -
HSV(B) 72.2º 0.82% 0.85% -
XYZ 44.25 59.6 11.18 -
YUV 186.06 45.57 124.39 -
System Red Green Blue C M Y K H S L
Decimal 181 217 40 0.17 0 0.82 0.15 72.2 0.7 0.5
Hex B5 D9 28 11 0 52 F 48 46 32
Octal 265 331 50 21 0 122 17 110 106 62
Binary 10110101 11011001 101000 10001 0 1010010 1111 1001000 1000110 110010

Color Harmonies of #B5D928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D928

Black with #B5D928

Text Example


Text Example

White with #B5D928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D928; }

 p { color: rgb(181,217,40); }

 H1.HeaderClassName
 {
   color: #B5D928;
 }
 .AnyTagClassName
 {
   color: #B5D928;
 }
</style>

background-color css

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

 a { background-color: rgb(181,217,40); }

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

border-color css

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

 span { border-color: rgb(181,217,40); }

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