Html Css Color HEX #B1F950 Conifer

📋 copy color: '#B1F950'

red 177 ◦ green 249 ◦ blue 80

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

Shades of Conifer #B1F950

Tints of Conifer #B1F950

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.21%

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

R = 34.98%
G = 49.21%
B = 15.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#B1F950 (or 0xB1F950) is known color: Conifer. HEX triplet: B1, F9 and 50. RGB value is (177,249,80). Sum of RGB (Red+Green+Blue) = 177+249+80=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #B1F950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F950 is #4E06AF. Grayscale: #D0D0D0. Windows color (decimal): -5113520 or 5306801. OLE color: 5306801.

HSL color Cylindrical-coordinate representation of color #B1F950: hue angle of 85.56º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1F950 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 249 80 -
CMYK 0.29 0 0.68 0.02
HSL 85.56º 0.93% 0.65% -
HSV(B) 85.56º 0.68% 0.98% -
XYZ 53.46 77.68 19.77 -
YUV 208.21 55.65 105.74 -
System Red Green Blue C M Y K H S L
Decimal 177 249 80 0.29 0 0.68 0.02 85.56 0.93 0.65
Hex B1 F9 50 1D 0 44 2 56 5D 41
Octal 261 371 120 35 0 104 2 126 135 101
Binary 10110001 11111001 1010000 11101 0 1000100 10 1010110 1011101 1000001

Color Harmonies of #B1F950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F950

Black with #B1F950

Text Example


Text Example

White with #B1F950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F950; }

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

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

background-color css

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

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

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

border-color css

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

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

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