Html Css Color HEX #B1F550 Conifer

📋 copy color: '#B1F550'

red 177 ◦ green 245 ◦ blue 80

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

Shades of Conifer #B1F550

Tints of Conifer #B1F550

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.8%

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

R = 35.26%
G = 48.8%
B = 15.94%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.04

RGB Variations

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

Color information

#B1F550 (or 0xB1F550) is known color: Conifer. HEX triplet: B1, F5 and 50. RGB value is (177,245,80). Sum of RGB (Red+Green+Blue) = 177+245+80=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 245 (96.09% from 255 or 48.80% from 502); Blue value is 80 (31.64% from 255 or 15.94% from 502); Max value from RGB is 245 - color contains mainly: green. Hex color #B1F550 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F550 is #4E0AAF. Grayscale: #CECECE. Windows color (decimal): -5114544 or 5305777. OLE color: 5305777.

HSL color Cylindrical-coordinate representation of color #B1F550: hue angle of 84.73º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1F550 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 245 80 -
CMYK 0.28 0 0.67 0.04
HSL 84.73º 0.89% 0.64% -
HSV(B) 84.73º 0.67% 0.96% -
XYZ 52.23 75.23 19.36 -
YUV 205.86 56.97 107.42 -
System Red Green Blue C M Y K H S L
Decimal 177 245 80 0.28 0 0.67 0.04 84.73 0.89 0.64
Hex B1 F5 50 1C 0 43 4 55 59 40
Octal 261 365 120 34 0 103 4 125 131 100
Binary 10110001 11110101 1010000 11100 0 1000011 100 1010101 1011001 1000000

Color Harmonies of #B1F550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F550

Black with #B1F550

Text Example


Text Example

White with #B1F550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F550; }

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

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

background-color css

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

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

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

border-color css

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

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

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