Html Css Color HEX #B2D72A Fuego

📋 copy color: '#B2D72A'

red 178 ◦ green 215 ◦ blue 42

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

Shades of Fuego #B2D72A

Tints of Fuego #B2D72A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.43%

 BLUE value IS 42 (16.8% from 255) = 9.66%

R = 40.92%
G = 49.43%
B = 9.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#B2D72A (or 0xB2D72A) is known color: Fuego. HEX triplet: B2, D7 and 2A. RGB value is (178,215,42). Sum of RGB (Red+Green+Blue) = 178+215+42=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 42 (16.80% from 255 or 9.66% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D72A is #4D28D5. Grayscale: #B8B8B8. Windows color (decimal): -5056726 or 2807730. OLE color: 2807730.

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

Color convert

RGB 178 215 42 -
CMYK 0.17 0 0.80 0.16
HSL 72.83º 0.68% 0.5% -
HSV(B) 72.83º 0.8% 0.84% -
XYZ 43.08 58.23 11.16 -
YUV 184.22 47.74 123.57 -
System Red Green Blue C M Y K H S L
Decimal 178 215 42 0.17 0 0.80 0.16 72.83 0.68 0.5
Hex B2 D7 2A 11 0 50 10 49 44 32
Octal 262 327 52 21 0 120 20 111 104 62
Binary 10110010 11010111 101010 10001 0 1010000 10000 1001001 1000100 110010

Color Harmonies of #B2D72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D72A

Black with #B2D72A

Text Example


Text Example

White with #B2D72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D72A; }

 p { color: rgb(178,215,42); }

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

background-color css

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

 a { background-color: rgb(178,215,42); }

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

border-color css

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

 span { border-color: rgb(178,215,42); }

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