Html Css Color HEX #B1F150 Conifer

📋 copy color: '#B1F150'

red 177 ◦ green 241 ◦ blue 80

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

Shades of Conifer #B1F150

Tints of Conifer #B1F150

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.39%

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

R = 35.54%
G = 48.39%
B = 16.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#B1F150 (or 0xB1F150) is known color: Conifer. HEX triplet: B1, F1 and 50. RGB value is (177,241,80). Sum of RGB (Red+Green+Blue) = 177+241+80=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 80 (31.64% from 255 or 16.06% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F150 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F150 is #4E0EAF. Grayscale: #CCCCCC. Windows color (decimal): -5115568 or 5304753. OLE color: 5304753.

HSL color Cylindrical-coordinate representation of color #B1F150: hue angle of 83.85º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1F150 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 241 80 -
CMYK 0.27 0 0.67 0.05
HSL 83.85º 0.85% 0.63% -
HSV(B) 83.85º 0.67% 0.95% -
XYZ 51.03 72.84 18.96 -
YUV 203.51 58.3 109.09 -
System Red Green Blue C M Y K H S L
Decimal 177 241 80 0.27 0 0.67 0.05 83.85 0.85 0.63
Hex B1 F1 50 1B 0 43 5 54 55 3F
Octal 261 361 120 33 0 103 5 124 125 77
Binary 10110001 11110001 1010000 11011 0 1000011 101 1010100 1010101 111111

Color Harmonies of #B1F150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F150

Black with #B1F150

Text Example


Text Example

White with #B1F150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F150; }

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

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

background-color css

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

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

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

border-color css

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

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

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