Html Css Color HEX #B2D429 Fuego

📋 copy color: '#B2D429'

red 178 ◦ green 212 ◦ blue 41

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

Shades of Fuego #B2D429

Tints of Fuego #B2D429

RGB

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

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

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

R = 41.3%
G = 49.19%
B = 9.51%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#B2D429 (or 0xB2D429) is known color: Fuego. HEX triplet: B2, D4 and 29. RGB value is (178,212,41). Sum of RGB (Red+Green+Blue) = 178+212+41=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #B2D429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D429 is #4D2BD6. Grayscale: #B6B6B6. Windows color (decimal): -5057495 or 2741426. OLE color: 2741426.

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

Color convert

RGB 178 212 41 -
CMYK 0.16 0 0.81 0.17
HSL 71.93º 0.68% 0.5% -
HSV(B) 71.93º 0.81% 0.83% -
XYZ 42.3 56.71 10.81 -
YUV 182.34 48.24 124.9 -
System Red Green Blue C M Y K H S L
Decimal 178 212 41 0.16 0 0.81 0.17 71.93 0.68 0.5
Hex B2 D4 29 10 0 51 11 48 44 32
Octal 262 324 51 20 0 121 21 110 104 62
Binary 10110010 11010100 101001 10000 0 1010001 10001 1001000 1000100 110010

Color Harmonies of #B2D429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D429

Black with #B2D429

Text Example


Text Example

White with #B2D429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D429; }

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

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

background-color css

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

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

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

border-color css

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

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

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