Html Css Color HEX #B1E050 Conifer

📋 copy color: '#B1E050'

red 177 ◦ green 224 ◦ blue 80

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

Shades of Conifer #B1E050

Tints of Conifer #B1E050

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.57%

 BLUE value IS 80 (31.64% from 255) = 16.63%

R = 36.8%
G = 46.57%
B = 16.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#B1E050 (or 0xB1E050) is known color: Conifer. HEX triplet: B1, E0 and 50. RGB value is (177,224,80). Sum of RGB (Red+Green+Blue) = 177+224+80=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 80 (31.64% from 255 or 16.63% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #B1E050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1E050 is #4E1FAF. Grayscale: #C2C2C2. Windows color (decimal): -5119920 or 5300401. OLE color: 5300401.

HSL color Cylindrical-coordinate representation of color #B1E050: hue angle of 79.58º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1E050 is Cyan = 0.21, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 177 224 80 -
CMYK 0.21 0 0.64 0.12
HSL 79.58º 0.7% 0.6% -
HSV(B) 79.58º 0.64% 0.88% -
XYZ 46.24 63.24 17.36 -
YUV 193.53 63.93 116.21 -
System Red Green Blue C M Y K H S L
Decimal 177 224 80 0.21 0 0.64 0.12 79.58 0.7 0.6
Hex B1 E0 50 15 0 40 C 50 46 3C
Octal 261 340 120 25 0 100 14 120 106 74
Binary 10110001 11100000 1010000 10101 0 1000000 1100 1010000 1000110 111100

Color Harmonies of #B1E050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E050

Black with #B1E050

Text Example


Text Example

White with #B1E050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E050; }

 p { color: rgb(177,224,80); }

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

background-color css

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

 a { background-color: rgb(177,224,80); }

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

border-color css

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

 span { border-color: rgb(177,224,80); }

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