Html Css Color HEX #B4D528 Fuego

📋 copy color: '#B4D528'

red 180 ◦ green 213 ◦ blue 40

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

Shades of Fuego #B4D528

Tints of Fuego #B4D528

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.19%

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

R = 41.57%
G = 49.19%
B = 9.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#B4D528 (or 0xB4D528) is known color: Fuego. HEX triplet: B4, D5 and 28. RGB value is (180,213,40). Sum of RGB (Red+Green+Blue) = 180+213+40=433 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.57% from 433); Green value is 213 (83.59% from 255 or 49.19% from 433); Blue value is 40 (16.02% from 255 or 9.24% from 433); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D528 is #4B2AD7. Grayscale: #B8B8B8. Windows color (decimal): -4926168 or 2676148. OLE color: 2676148.

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

Color convert

RGB 180 213 40 -
CMYK 0.15 0 0.81 0.16
HSL 71.45º 0.68% 0.5% -
HSV(B) 71.45º 0.81% 0.84% -
XYZ 43 57.45 10.83 -
YUV 183.41 47.07 125.57 -
System Red Green Blue C M Y K H S L
Decimal 180 213 40 0.15 0 0.81 0.16 71.45 0.68 0.5
Hex B4 D5 28 F 0 51 10 47 44 32
Octal 264 325 50 17 0 121 20 107 104 62
Binary 10110100 11010101 101000 1111 0 1010001 10000 1000111 1000100 110010

Color Harmonies of #B4D528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D528

Black with #B4D528

Text Example


Text Example

White with #B4D528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D528; }

 p { color: rgb(180,213,40); }

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

background-color css

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

 a { background-color: rgb(180,213,40); }

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

border-color css

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

 span { border-color: rgb(180,213,40); }

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