Html Css Color HEX #B9E030 Fuego

📋 copy color: '#B9E030'

red 185 ◦ green 224 ◦ blue 48

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

Shades of Fuego #B9E030

Tints of Fuego #B9E030

RGB

 RED value IS 185 (72.66% from 255) = 40.48%

 GREEN value IS 224 (87.89% from 255) = 49.02%

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

R = 40.48%
G = 49.02%
B = 10.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#B9E030 (or 0xB9E030) is known color: Fuego. HEX triplet: B9, E0 and 30. RGB value is (185,224,48). Sum of RGB (Red+Green+Blue) = 185+224+48=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #B9E030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E030 is #461FCF. Grayscale: #C0C0C0. Windows color (decimal): -4595664 or 3203257. OLE color: 3203257.

HSL color Cylindrical-coordinate representation of color #B9E030: hue angle of 73.3º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9E030 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 224 48 -
CMYK 0.17 0 0.79 0.12
HSL 73.3º 0.74% 0.53% -
HSV(B) 73.3º 0.79% 0.88% -
XYZ 47.2 63.84 12.63 -
YUV 192.28 46.58 122.81 -
System Red Green Blue C M Y K H S L
Decimal 185 224 48 0.17 0 0.79 0.12 73.3 0.74 0.53
Hex B9 E0 30 11 0 4F C 49 4A 35
Octal 271 340 60 21 0 117 14 111 112 65
Binary 10111001 11100000 110000 10001 0 1001111 1100 1001001 1001010 110101

Color Harmonies of #B9E030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E030

Black with #B9E030

Text Example


Text Example

White with #B9E030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E030; }

 p { color: rgb(185,224,48); }

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

background-color css

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

 a { background-color: rgb(185,224,48); }

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

border-color css

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

 span { border-color: rgb(185,224,48); }

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