Html Css Color HEX #B5D72A Fuego

📋 copy color: '#B5D72A'

red 181 ◦ green 215 ◦ blue 42

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

Shades of Fuego #B5D72A

Tints of Fuego #B5D72A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.09%

 BLUE value IS 42 (16.8% from 255) = 9.59%

R = 41.32%
G = 49.09%
B = 9.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#B5D72A (or 0xB5D72A) is known color: Fuego. HEX triplet: B5, D7 and 2A. RGB value is (181,215,42). Sum of RGB (Red+Green+Blue) = 181+215+42=438 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.32% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 42 (16.80% from 255 or 9.59% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D72A is #4A28D5. Grayscale: #B9B9B9. Windows color (decimal): -4860118 or 2807733. OLE color: 2807733.

HSL color Cylindrical-coordinate representation of color #B5D72A: hue angle of 71.79º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5D72A is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 215 42 -
CMYK 0.16 0 0.80 0.16
HSL 71.79º 0.68% 0.5% -
HSV(B) 71.79º 0.8% 0.84% -
XYZ 43.77 58.59 11.19 -
YUV 185.11 47.24 125.07 -
System Red Green Blue C M Y K H S L
Decimal 181 215 42 0.16 0 0.80 0.16 71.79 0.68 0.5
Hex B5 D7 2A 10 0 50 10 48 44 32
Octal 265 327 52 20 0 120 20 110 104 62
Binary 10110101 11010111 101010 10000 0 1010000 10000 1001000 1000100 110010

Color Harmonies of #B5D72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D72A

Black with #B5D72A

Text Example


Text Example

White with #B5D72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D72A; }

 p { color: rgb(181,215,42); }

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

background-color css

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

 a { background-color: rgb(181,215,42); }

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

border-color css

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

 span { border-color: rgb(181,215,42); }

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