Html Css Color HEX #B2D432 Fuego

📋 copy color: '#B2D432'

red 178 ◦ green 212 ◦ blue 50

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

Shades of Fuego #B2D432

Tints of Fuego #B2D432

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.18%

 BLUE value IS 50 (19.92% from 255) = 11.36%

R = 40.45%
G = 48.18%
B = 11.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.17

RGB Variations

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

Color information

#B2D432 (or 0xB2D432) is known color: Fuego. HEX triplet: B2, D4 and 32. RGB value is (178,212,50). Sum of RGB (Red+Green+Blue) = 178+212+50=440 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.45% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D432 is #4D2BCD. Grayscale: #B7B7B7. Windows color (decimal): -5057486 or 3331250. OLE color: 3331250.

HSL color Cylindrical-coordinate representation of color #B2D432: hue angle of 72.59º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2D432 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 212 50 -
CMYK 0.16 0 0.76 0.17
HSL 72.59º 0.65% 0.51% -
HSV(B) 72.59º 0.76% 0.83% -
XYZ 42.48 56.78 11.74 -
YUV 183.37 52.74 124.17 -
System Red Green Blue C M Y K H S L
Decimal 178 212 50 0.16 0 0.76 0.17 72.59 0.65 0.51
Hex B2 D4 32 10 0 4C 11 49 41 33
Octal 262 324 62 20 0 114 21 111 101 63
Binary 10110010 11010100 110010 10000 0 1001100 10001 1001001 1000001 110011

Color Harmonies of #B2D432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D432

Black with #B2D432

Text Example


Text Example

White with #B2D432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D432; }

 p { color: rgb(178,212,50); }

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

background-color css

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

 a { background-color: rgb(178,212,50); }

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

border-color css

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

 span { border-color: rgb(178,212,50); }

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