Html Css Color HEX #B2DE29 Fuego

📋 copy color: '#B2DE29'

red 178 ◦ green 222 ◦ blue 41

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

Shades of Fuego #B2DE29

Tints of Fuego #B2DE29

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.34%

 BLUE value IS 41 (16.41% from 255) = 9.3%

R = 40.36%
G = 50.34%
B = 9.3%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#B2DE29 (or 0xB2DE29) is known color: Fuego. HEX triplet: B2, DE and 29. RGB value is (178,222,41). Sum of RGB (Red+Green+Blue) = 178+222+41=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 41 (16.41% from 255 or 9.30% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DE29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DE29 is #4D21D6. Grayscale: #BCBCBC. Windows color (decimal): -5054935 or 2743986. OLE color: 2743986.

HSL color Cylindrical-coordinate representation of color #B2DE29: hue angle of 74.59º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2DE29 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 222 41 -
CMYK 0.20 0 0.82 0.13
HSL 74.59º 0.73% 0.52% -
HSV(B) 74.59º 0.82% 0.87% -
XYZ 44.88 61.87 11.67 -
YUV 188.21 44.92 120.72 -
System Red Green Blue C M Y K H S L
Decimal 178 222 41 0.20 0 0.82 0.13 74.59 0.73 0.52
Hex B2 DE 29 14 0 52 D 4B 49 34
Octal 262 336 51 24 0 122 15 113 111 64
Binary 10110010 11011110 101001 10100 0 1010010 1101 1001011 1001001 110100

Color Harmonies of #B2DE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DE29

Black with #B2DE29

Text Example


Text Example

White with #B2DE29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DE29; }

 p { color: rgb(178,222,41); }

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

background-color css

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

 a { background-color: rgb(178,222,41); }

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

border-color css

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

 span { border-color: rgb(178,222,41); }

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