Html Css Color HEX #B2E136 Fuego

📋 copy color: '#B2E136'

red 178 ◦ green 225 ◦ blue 54

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

Shades of Fuego #B2E136

Tints of Fuego #B2E136

RGB

 RED value IS 178 (69.92% from 255) = 38.95%

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

 BLUE value IS 54 (21.48% from 255) = 11.82%

R = 38.95%
G = 49.23%
B = 11.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#B2E136 (or 0xB2E136) is known color: Fuego. HEX triplet: B2, E1 and 36. RGB value is (178,225,54). Sum of RGB (Red+Green+Blue) = 178+225+54=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 54 (21.48% from 255 or 11.82% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #B2E136 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E136 is #4D1EC9. Grayscale: #C0C0C0. Windows color (decimal): -5054154 or 3596722. OLE color: 3596722.

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

Color convert

RGB 178 225 54 -
CMYK 0.21 0 0.76 0.12
HSL 76.49º 0.74% 0.55% -
HSV(B) 76.49º 0.76% 0.88% -
XYZ 45.95 63.58 13.34 -
YUV 191.45 50.43 118.4 -
System Red Green Blue C M Y K H S L
Decimal 178 225 54 0.21 0 0.76 0.12 76.49 0.74 0.55
Hex B2 E1 36 15 0 4C C 4C 4A 37
Octal 262 341 66 25 0 114 14 114 112 67
Binary 10110010 11100001 110110 10101 0 1001100 1100 1001100 1001010 110111

Color Harmonies of #B2E136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E136

Black with #B2E136

Text Example


Text Example

White with #B2E136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E136; }

 p { color: rgb(178,225,54); }

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

background-color css

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

 a { background-color: rgb(178,225,54); }

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

border-color css

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

 span { border-color: rgb(178,225,54); }

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