Html Css Color HEX #B4D72B Fuego

📋 copy color: '#B4D72B'

red 180 ◦ green 215 ◦ blue 43

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

Shades of Fuego #B4D72B

Tints of Fuego #B4D72B

RGB

 RED value IS 180 (70.7% from 255) = 41.1%

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

 BLUE value IS 43 (17.19% from 255) = 9.82%

R = 41.1%
G = 49.09%
B = 9.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.8

 K value IS 0.16

RGB Variations

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

Color information

#B4D72B (or 0xB4D72B) is known color: Fuego. HEX triplet: B4, D7 and 2B. RGB value is (180,215,43). Sum of RGB (Red+Green+Blue) = 180+215+43=438 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.10% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 43 (17.19% from 255 or 9.82% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #B4D72B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D72B is #4B28D4. Grayscale: #B9B9B9. Windows color (decimal): -4925653 or 2873268. OLE color: 2873268.

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

Color convert

RGB 180 215 43 -
CMYK 0.16 0 0.8 0.16
HSL 72.21º 0.68% 0.51% -
HSV(B) 72.21º 0.8% 0.84% -
XYZ 43.56 58.48 11.28 -
YUV 184.93 47.9 124.49 -
System Red Green Blue C M Y K H S L
Decimal 180 215 43 0.16 0 0.8 0.16 72.21 0.68 0.51
Hex B4 D7 2B 10 0 50 10 48 44 33
Octal 264 327 53 20 0 120 20 110 104 63
Binary 10110100 11010111 101011 10000 0 1010000 10000 1001000 1000100 110011

Color Harmonies of #B4D72B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D72B

Black with #B4D72B

Text Example


Text Example

White with #B4D72B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D72B; }

 p { color: rgb(180,215,43); }

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

background-color css

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

 a { background-color: rgb(180,215,43); }

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

border-color css

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

 span { border-color: rgb(180,215,43); }

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