Html Css Color HEX #B5D33A Fuego

📋 copy color: '#B5D33A'

red 181 ◦ green 211 ◦ blue 58

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

Shades of Fuego #B5D33A

Tints of Fuego #B5D33A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.89%

 BLUE value IS 58 (23.05% from 255) = 12.89%

R = 40.22%
G = 46.89%
B = 12.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#B5D33A (or 0xB5D33A) is known color: Fuego. HEX triplet: B5, D3 and 3A. RGB value is (181,211,58). Sum of RGB (Red+Green+Blue) = 181+211+58=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #B5D33A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D33A is #4A2CC5. Grayscale: #B9B9B9. Windows color (decimal): -4861126 or 3855285. OLE color: 3855285.

HSL color Cylindrical-coordinate representation of color #B5D33A: hue angle of 71.76º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5D33A is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 211 58 -
CMYK 0.14 0 0.73 0.17
HSL 71.76º 0.63% 0.53% -
HSV(B) 71.76º 0.73% 0.83% -
XYZ 43.11 56.72 12.68 -
YUV 184.59 56.56 125.44 -
System Red Green Blue C M Y K H S L
Decimal 181 211 58 0.14 0 0.73 0.17 71.76 0.63 0.53
Hex B5 D3 3A E 0 49 11 48 3F 35
Octal 265 323 72 16 0 111 21 110 77 65
Binary 10110101 11010011 111010 1110 0 1001001 10001 1001000 111111 110101

Color Harmonies of #B5D33A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D33A

Black with #B5D33A

Text Example


Text Example

White with #B5D33A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D33A; }

 p { color: rgb(181,211,58); }

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

background-color css

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

 a { background-color: rgb(181,211,58); }

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

border-color css

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

 span { border-color: rgb(181,211,58); }

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