Html Css Color HEX #B4D830 Fuego

📋 copy color: '#B4D830'

red 180 ◦ green 216 ◦ blue 48

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

Shades of Fuego #B4D830

Tints of Fuego #B4D830

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.65%

 BLUE value IS 48 (19.14% from 255) = 10.81%

R = 40.54%
G = 48.65%
B = 10.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#B4D830 (or 0xB4D830) is known color: Fuego. HEX triplet: B4, D8 and 30. RGB value is (180,216,48). Sum of RGB (Red+Green+Blue) = 180+216+48=444 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.54% from 444); Green value is 216 (84.77% from 255 or 48.65% from 444); Blue value is 48 (19.14% from 255 or 10.81% from 444); Max value from RGB is 216 - color contains mainly: green. Hex color #B4D830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D830 is #4B27CF. Grayscale: #BABABA. Windows color (decimal): -4925392 or 3201204. OLE color: 3201204.

HSL color Cylindrical-coordinate representation of color #B4D830: hue angle of 72.86º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B4D830 is Cyan = 0.17, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 180 216 48 -
CMYK 0.17 0 0.78 0.15
HSL 72.86º 0.68% 0.52% -
HSV(B) 72.86º 0.78% 0.85% -
XYZ 43.91 59.03 11.88 -
YUV 186.08 50.07 123.66 -
System Red Green Blue C M Y K H S L
Decimal 180 216 48 0.17 0 0.78 0.15 72.86 0.68 0.52
Hex B4 D8 30 11 0 4E F 49 44 34
Octal 264 330 60 21 0 116 17 111 104 64
Binary 10110100 11011000 110000 10001 0 1001110 1111 1001001 1000100 110100

Color Harmonies of #B4D830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4D830

Black with #B4D830

Text Example


Text Example

White with #B4D830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4D830; }

 p { color: rgb(180,216,48); }

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

background-color css

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

 a { background-color: rgb(180,216,48); }

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

border-color css

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

 span { border-color: rgb(180,216,48); }

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