Html Css Color HEX #B1D728 Fuego

📋 copy color: '#B1D728'

red 177 ◦ green 215 ◦ blue 40

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

Shades of Fuego #B1D728

Tints of Fuego #B1D728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.26%

R = 40.97%
G = 49.77%
B = 9.26%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#B1D728 (or 0xB1D728) is known color: Fuego. HEX triplet: B1, D7 and 28. RGB value is (177,215,40). Sum of RGB (Red+Green+Blue) = 177+215+40=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 40 (16.02% from 255 or 9.26% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D728 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D728 is #4E28D7. Grayscale: #B8B8B8. Windows color (decimal): -5122264 or 2676657. OLE color: 2676657.

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

Color convert

RGB 177 215 40 -
CMYK 0.18 0 0.81 0.16
HSL 73.03º 0.69% 0.5% -
HSV(B) 73.03º 0.81% 0.84% -
XYZ 42.81 58.1 10.97 -
YUV 183.69 46.91 123.23 -
System Red Green Blue C M Y K H S L
Decimal 177 215 40 0.18 0 0.81 0.16 73.03 0.69 0.5
Hex B1 D7 28 12 0 51 10 49 45 32
Octal 261 327 50 22 0 121 20 111 105 62
Binary 10110001 11010111 101000 10010 0 1010001 10000 1001001 1000101 110010

Color Harmonies of #B1D728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D728

Black with #B1D728

Text Example


Text Example

White with #B1D728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D728; }

 p { color: rgb(177,215,40); }

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

background-color css

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

 a { background-color: rgb(177,215,40); }

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

border-color css

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

 span { border-color: rgb(177,215,40); }

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