Html Css Color HEX #B2E235 Fuego

📋 copy color: '#B2E235'

red 178 ◦ green 226 ◦ blue 53

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

Shades of Fuego #B2E235

Tints of Fuego #B2E235

RGB

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

 GREEN value IS 226 (88.67% from 255) = 49.45%

 BLUE value IS 53 (21.09% from 255) = 11.6%

R = 38.95%
G = 49.45%
B = 11.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#B2E235 (or 0xB2E235) is known color: Fuego. HEX triplet: B2, E2 and 35. RGB value is (178,226,53). Sum of RGB (Red+Green+Blue) = 178+226+53=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 226 (88.67% from 255 or 49.45% from 457); Blue value is 53 (21.09% from 255 or 11.60% from 457); Max value from RGB is 226 - color contains mainly: green. Hex color #B2E235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E235 is #4D1DCA. Grayscale: #C0C0C0. Windows color (decimal): -5053899 or 3531442. OLE color: 3531442.

HSL color Cylindrical-coordinate representation of color #B2E235: hue angle of 76.65º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2E235 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 178 226 53 -
CMYK 0.21 0 0.77 0.11
HSL 76.65º 0.75% 0.55% -
HSV(B) 76.65º 0.77% 0.89% -
XYZ 46.2 64.11 13.31 -
YUV 191.93 49.6 118.07 -
System Red Green Blue C M Y K H S L
Decimal 178 226 53 0.21 0 0.77 0.11 76.65 0.75 0.55
Hex B2 E2 35 15 0 4D B 4D 4B 37
Octal 262 342 65 25 0 115 13 115 113 67
Binary 10110010 11100010 110101 10101 0 1001101 1011 1001101 1001011 110111

Color Harmonies of #B2E235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E235

Black with #B2E235

Text Example


Text Example

White with #B2E235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E235; }

 p { color: rgb(178,226,53); }

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

background-color css

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

 a { background-color: rgb(178,226,53); }

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

border-color css

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

 span { border-color: rgb(178,226,53); }

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