Html Css Color HEX #B2D631 Fuego

📋 copy color: '#B2D631'

red 178 ◦ green 214 ◦ blue 49

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

Shades of Fuego #B2D631

Tints of Fuego #B2D631

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.53%

 BLUE value IS 49 (19.53% from 255) = 11.11%

R = 40.36%
G = 48.53%
B = 11.11%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#B2D631 (or 0xB2D631) is known color: Fuego. HEX triplet: B2, D6 and 31. RGB value is (178,214,49). Sum of RGB (Red+Green+Blue) = 178+214+49=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D631 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D631 is #4D29CE. Grayscale: #B9B9B9. Windows color (decimal): -5056975 or 3266226. OLE color: 3266226.

HSL color Cylindrical-coordinate representation of color #B2D631: hue angle of 73.09º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2D631 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 214 49 -
CMYK 0.17 0 0.77 0.16
HSL 73.09º 0.67% 0.52% -
HSV(B) 73.09º 0.77% 0.84% -
XYZ 42.96 57.78 11.79 -
YUV 184.43 51.57 123.42 -
System Red Green Blue C M Y K H S L
Decimal 178 214 49 0.17 0 0.77 0.16 73.09 0.67 0.52
Hex B2 D6 31 11 0 4D 10 49 43 34
Octal 262 326 61 21 0 115 20 111 103 64
Binary 10110010 11010110 110001 10001 0 1001101 10000 1001001 1000011 110100

Color Harmonies of #B2D631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D631

Black with #B2D631

Text Example


Text Example

White with #B2D631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D631; }

 p { color: rgb(178,214,49); }

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

background-color css

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

 a { background-color: rgb(178,214,49); }

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

border-color css

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

 span { border-color: rgb(178,214,49); }

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