Html Css Color HEX #B1D727 Fuego

📋 copy color: '#B1D727'

red 177 ◦ green 215 ◦ blue 39

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

Shades of Fuego #B1D727

Tints of Fuego #B1D727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.05%

R = 41.07%
G = 49.88%
B = 9.05%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#B1D727 (or 0xB1D727) is known color: Fuego. HEX triplet: B1, D7 and 27. RGB value is (177,215,39). Sum of RGB (Red+Green+Blue) = 177+215+39=431 (57% of max value = 765). Red value is 177 (69.53% from 255 or 41.07% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #B1D727 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1D727 is #4E28D8. Grayscale: #B8B8B8. Windows color (decimal): -5122265 or 2611121. OLE color: 2611121.

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

Color convert

RGB 177 215 39 -
CMYK 0.18 0 0.82 0.16
HSL 72.95º 0.69% 0.5% -
HSV(B) 72.95º 0.82% 0.84% -
XYZ 42.8 58.09 10.88 -
YUV 183.57 46.41 123.31 -
System Red Green Blue C M Y K H S L
Decimal 177 215 39 0.18 0 0.82 0.16 72.95 0.69 0.5
Hex B1 D7 27 12 0 52 10 49 45 32
Octal 261 327 47 22 0 122 20 111 105 62
Binary 10110001 11010111 100111 10010 0 1010010 10000 1001001 1000101 110010

Color Harmonies of #B1D727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1D727

Black with #B1D727

Text Example


Text Example

White with #B1D727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1D727; }

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

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

background-color css

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

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

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

border-color css

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

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

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