Html Css Color HEX #B1E950 Conifer

📋 copy color: '#B1E950'

red 177 ◦ green 233 ◦ blue 80

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

Shades of Conifer #B1E950

Tints of Conifer #B1E950

RGB

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

 GREEN value IS 233 (91.41% from 255) = 47.55%

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

R = 36.12%
G = 47.55%
B = 16.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#B1E950 (or 0xB1E950) is known color: Conifer. HEX triplet: B1, E9 and 50. RGB value is (177,233,80). Sum of RGB (Red+Green+Blue) = 177+233+80=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 80 (31.64% from 255 or 16.33% from 490); Max value from RGB is 233 - color contains mainly: green. Hex color #B1E950 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E950 is #4E16AF. Grayscale: #C7C7C7. Windows color (decimal): -5117616 or 5302705. OLE color: 5302705.

HSL color Cylindrical-coordinate representation of color #B1E950: hue angle of 81.96º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B1E950 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 177 233 80 -
CMYK 0.24 0 0.66 0.09
HSL 81.96º 0.78% 0.61% -
HSV(B) 81.96º 0.66% 0.91% -
XYZ 48.72 68.2 18.19 -
YUV 198.81 60.95 112.44 -
System Red Green Blue C M Y K H S L
Decimal 177 233 80 0.24 0 0.66 0.09 81.96 0.78 0.61
Hex B1 E9 50 18 0 42 9 52 4E 3D
Octal 261 351 120 30 0 102 11 122 116 75
Binary 10110001 11101001 1010000 11000 0 1000010 1001 1010010 1001110 111101

Color Harmonies of #B1E950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E950

Black with #B1E950

Text Example


Text Example

White with #B1E950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E950; }

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

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

background-color css

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

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

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

border-color css

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

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

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