Html Css Color HEX #B2DD32 Fuego

📋 copy color: '#B2DD32'

red 178 ◦ green 221 ◦ blue 50

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

Shades of Fuego #B2DD32

Tints of Fuego #B2DD32

RGB

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

 GREEN value IS 221 (86.72% from 255) = 49.22%

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

R = 39.64%
G = 49.22%
B = 11.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#B2DD32 (or 0xB2DD32) is known color: Fuego. HEX triplet: B2, DD and 32. RGB value is (178,221,50). Sum of RGB (Red+Green+Blue) = 178+221+50=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 221 (86.72% from 255 or 49.22% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 221 - color contains mainly: green. Hex color #B2DD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DD32 is #4D22CD. Grayscale: #BDBDBD. Windows color (decimal): -5055182 or 3333554. OLE color: 3333554.

HSL color Cylindrical-coordinate representation of color #B2DD32: hue angle of 75.09º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2DD32 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 221 50 -
CMYK 0.19 0 0.77 0.13
HSL 75.09º 0.72% 0.53% -
HSV(B) 75.09º 0.77% 0.87% -
XYZ 44.79 61.41 12.51 -
YUV 188.65 49.75 120.4 -
System Red Green Blue C M Y K H S L
Decimal 178 221 50 0.19 0 0.77 0.13 75.09 0.72 0.53
Hex B2 DD 32 13 0 4D D 4B 48 35
Octal 262 335 62 23 0 115 15 113 110 65
Binary 10110010 11011101 110010 10011 0 1001101 1101 1001011 1001000 110101

Color Harmonies of #B2DD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DD32

Black with #B2DD32

Text Example


Text Example

White with #B2DD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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