Html Css Color HEX #B1D232 Fuego

📋 copy color: '#B1D232'

red 177 ◦ green 210 ◦ blue 50

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

Shades of Fuego #B1D232

Tints of Fuego #B1D232

RGB

 RED value IS 177 (69.53% from 255) = 40.5%

 GREEN value IS 210 (82.42% from 255) = 48.05%

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

R = 40.5%
G = 48.05%
B = 11.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#B1D232 (or 0xB1D232) is known color: Fuego. HEX triplet: B1, D2 and 32. RGB value is (177,210,50). Sum of RGB (Red+Green+Blue) = 177+210+50=437 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.50% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #B1D232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D232 is #4E2DCD. Grayscale: #B6B6B6. Windows color (decimal): -5123534 or 3330737. OLE color: 3330737.

HSL color Cylindrical-coordinate representation of color #B1D232: hue angle of 72.38º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B1D232 is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 210 50 -
CMYK 0.16 0 0.76 0.18
HSL 72.38º 0.64% 0.51% -
HSV(B) 72.38º 0.76% 0.82% -
XYZ 41.75 55.67 11.56 -
YUV 181.89 53.57 124.51 -
System Red Green Blue C M Y K H S L
Decimal 177 210 50 0.16 0 0.76 0.18 72.38 0.64 0.51
Hex B1 D2 32 10 0 4C 12 48 40 33
Octal 261 322 62 20 0 114 22 110 100 63
Binary 10110001 11010010 110010 10000 0 1001100 10010 1001000 1000000 110011

Color Harmonies of #B1D232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D232

Black with #B1D232

Text Example


Text Example

White with #B1D232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D232; }

 p { color: rgb(177,210,50); }

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

background-color css

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

 a { background-color: rgb(177,210,50); }

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

border-color css

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

 span { border-color: rgb(177,210,50); }

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