Html Css Color HEX #B4D62B Fuego

📋 copy color: '#B4D62B'

red 180 ◦ green 214 ◦ blue 43

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

Shades of Fuego #B4D62B

Tints of Fuego #B4D62B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.97%

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

R = 41.19%
G = 48.97%
B = 9.84%

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

#B4D62B (or 0xB4D62B) is known color: Fuego. HEX triplet: B4, D6 and 2B. RGB value is (180,214,43). Sum of RGB (Red+Green+Blue) = 180+214+43=437 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.19% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 43 (17.19% from 255 or 9.84% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D62B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D62B is #4B29D4. Grayscale: #B8B8B8. Windows color (decimal): -4925909 or 2873012. OLE color: 2873012.

HSL color Cylindrical-coordinate representation of color #B4D62B: hue angle of 71.93º 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 #B4D62B is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 214 43 -
CMYK 0.16 0 0.80 0.16
HSL 71.93º 0.68% 0.5% -
HSV(B) 71.93º 0.8% 0.84% -
XYZ 43.31 57.97 11.19 -
YUV 184.34 48.24 124.9 -
System Red Green Blue C M Y K H S L
Decimal 180 214 43 0.16 0 0.80 0.16 71.93 0.68 0.5
Hex B4 D6 2B 10 0 50 10 48 44 32
Octal 264 326 53 20 0 120 20 110 104 62
Binary 10110100 11010110 101011 10000 0 1010000 10000 1001000 1000100 110010

Color Harmonies of #B4D62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D62B

Black with #B4D62B

Text Example


Text Example

White with #B4D62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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