Html Css Color HEX #B6E130 Fuego

📋 copy color: '#B6E130'

red 182 ◦ green 225 ◦ blue 48

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

Shades of Fuego #B6E130

Tints of Fuego #B6E130

RGB

 RED value IS 182 (71.48% from 255) = 40%

 GREEN value IS 225 (88.28% from 255) = 49.45%

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

R = 40%
G = 49.45%
B = 10.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#B6E130 (or 0xB6E130) is known color: Fuego. HEX triplet: B6, E1 and 30. RGB value is (182,225,48). Sum of RGB (Red+Green+Blue) = 182+225+48=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #B6E130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E130 is #491ECF. Grayscale: #C0C0C0. Windows color (decimal): -4792016 or 3203510. OLE color: 3203510.

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

Color convert

RGB 182 225 48 -
CMYK 0.19 0 0.79 0.12
HSL 74.58º 0.75% 0.54% -
HSV(B) 74.58º 0.79% 0.88% -
XYZ 46.75 64.01 12.69 -
YUV 191.97 46.75 120.89 -
System Red Green Blue C M Y K H S L
Decimal 182 225 48 0.19 0 0.79 0.12 74.58 0.75 0.54
Hex B6 E1 30 13 0 4F C 4B 4B 36
Octal 266 341 60 23 0 117 14 113 113 66
Binary 10110110 11100001 110000 10011 0 1001111 1100 1001011 1001011 110110

Color Harmonies of #B6E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E130

Black with #B6E130

Text Example


Text Example

White with #B6E130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E130; }

 p { color: rgb(182,225,48); }

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

background-color css

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

 a { background-color: rgb(182,225,48); }

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

border-color css

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

 span { border-color: rgb(182,225,48); }

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