Html Css Color HEX #B8DA30 Fuego

📋 copy color: '#B8DA30'

red 184 ◦ green 218 ◦ blue 48

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

Shades of Fuego #B8DA30

Tints of Fuego #B8DA30

RGB

 RED value IS 184 (72.27% from 255) = 40.89%

 GREEN value IS 218 (85.55% from 255) = 48.44%

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

R = 40.89%
G = 48.44%
B = 10.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#B8DA30 (or 0xB8DA30) is known color: Fuego. HEX triplet: B8, DA and 30. RGB value is (184,218,48). Sum of RGB (Red+Green+Blue) = 184+218+48=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 218 (85.55% from 255 or 48.44% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B8DA30 is #4725CF. Grayscale: #BDBDBD. Windows color (decimal): -4662736 or 3201720. OLE color: 3201720.

HSL color Cylindrical-coordinate representation of color #B8DA30: hue angle of 72º degrees, saturation: 0.7, 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 #B8DA30 is Cyan = 0.16, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 218 48 -
CMYK 0.16 0 0.78 0.15
HSL 72º 0.7% 0.52% -
HSV(B) 72º 0.78% 0.85% -
XYZ 45.37 60.55 12.09 -
YUV 188.45 48.74 124.82 -
System Red Green Blue C M Y K H S L
Decimal 184 218 48 0.16 0 0.78 0.15 72 0.7 0.52
Hex B8 DA 30 10 0 4E F 48 46 34
Octal 270 332 60 20 0 116 17 110 106 64
Binary 10111000 11011010 110000 10000 0 1001110 1111 1001000 1000110 110100

Color Harmonies of #B8DA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DA30

Black with #B8DA30

Text Example


Text Example

White with #B8DA30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DA30; }

 p { color: rgb(184,218,48); }

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

background-color css

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

 a { background-color: rgb(184,218,48); }

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

border-color css

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

 span { border-color: rgb(184,218,48); }

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