Html Css Color HEX #B1F261 Conifer

📋 copy color: '#B1F261'

red 177 ◦ green 242 ◦ blue 97

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

Shades of Conifer #B1F261

Tints of Conifer #B1F261

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.9%

 BLUE value IS 97 (38.28% from 255) = 18.8%

R = 34.3%
G = 46.9%
B = 18.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#B1F261 (or 0xB1F261) is known color: Conifer. HEX triplet: B1, F2 and 61. RGB value is (177,242,97). Sum of RGB (Red+Green+Blue) = 177+242+97=516 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.30% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 97 (38.28% from 255 or 18.80% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F261 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F261 is #4E0D9E. Grayscale: #CECECE. Windows color (decimal): -5115295 or 6419121. OLE color: 6419121.

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

Color convert

RGB 177 242 97 -
CMYK 0.27 0 0.60 0.05
HSL 86.9º 0.85% 0.66% -
HSV(B) 86.9º 0.6% 0.95% -
XYZ 52.04 73.71 22.79 -
YUV 206.04 66.47 107.29 -
System Red Green Blue C M Y K H S L
Decimal 177 242 97 0.27 0 0.60 0.05 86.9 0.85 0.66
Hex B1 F2 61 1B 0 3C 5 57 55 42
Octal 261 362 141 33 0 74 5 127 125 102
Binary 10110001 11110010 1100001 11011 0 111100 101 1010111 1010101 1000010

Color Harmonies of #B1F261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F261

Black with #B1F261

Text Example


Text Example

White with #B1F261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F261; }

 p { color: rgb(177,242,97); }

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

background-color css

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

 a { background-color: rgb(177,242,97); }

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

border-color css

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

 span { border-color: rgb(177,242,97); }

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