Html Css Color HEX #B1D52E Fuego

📋 copy color: '#B1D52E'

red 177 ◦ green 213 ◦ blue 46

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

Shades of Fuego #B1D52E

Tints of Fuego #B1D52E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.85%

 BLUE value IS 46 (18.36% from 255) = 10.55%

R = 40.6%
G = 48.85%
B = 10.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#B1D52E (or 0xB1D52E) is known color: Fuego. HEX triplet: B1, D5 and 2E. RGB value is (177,213,46). Sum of RGB (Red+Green+Blue) = 177+213+46=436 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.60% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 46 (18.36% from 255 or 10.55% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #B1D52E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D52E is #4E2AD1. Grayscale: #B7B7B7. Windows color (decimal): -5122770 or 3069361. OLE color: 3069361.

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

Color convert

RGB 177 213 46 -
CMYK 0.17 0 0.78 0.16
HSL 72.93º 0.67% 0.51% -
HSV(B) 72.93º 0.78% 0.84% -
XYZ 42.42 57.13 11.38 -
YUV 183.2 50.57 123.58 -
System Red Green Blue C M Y K H S L
Decimal 177 213 46 0.17 0 0.78 0.16 72.93 0.67 0.51
Hex B1 D5 2E 11 0 4E 10 49 43 33
Octal 261 325 56 21 0 116 20 111 103 63
Binary 10110001 11010101 101110 10001 0 1001110 10000 1001001 1000011 110011

Color Harmonies of #B1D52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D52E

Black with #B1D52E

Text Example


Text Example

White with #B1D52E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D52E; }

 p { color: rgb(177,213,46); }

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

background-color css

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

 a { background-color: rgb(177,213,46); }

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

border-color css

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

 span { border-color: rgb(177,213,46); }

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