Html Css Color HEX #B1E750 Conifer

📋 copy color: '#B1E750'

red 177 ◦ green 231 ◦ blue 80

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

Shades of Conifer #B1E750

Tints of Conifer #B1E750

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.34%

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

R = 36.27%
G = 47.34%
B = 16.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#B1E750 (or 0xB1E750) is known color: Conifer. HEX triplet: B1, E7 and 50. RGB value is (177,231,80). Sum of RGB (Red+Green+Blue) = 177+231+80=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 80 (31.64% from 255 or 16.39% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #B1E750 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1E750 is #4E18AF. Grayscale: #C6C6C6. Windows color (decimal): -5118128 or 5302193. OLE color: 5302193.

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

Color convert

RGB 177 231 80 -
CMYK 0.23 0 0.65 0.09
HSL 81.46º 0.76% 0.61% -
HSV(B) 81.46º 0.65% 0.91% -
XYZ 48.16 67.08 18 -
YUV 197.64 61.61 113.28 -
System Red Green Blue C M Y K H S L
Decimal 177 231 80 0.23 0 0.65 0.09 81.46 0.76 0.61
Hex B1 E7 50 17 0 41 9 51 4C 3D
Octal 261 347 120 27 0 101 11 121 114 75
Binary 10110001 11100111 1010000 10111 0 1000001 1001 1010001 1001100 111101

Color Harmonies of #B1E750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1E750

Black with #B1E750

Text Example


Text Example

White with #B1E750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1E750; }

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

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

background-color css

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

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

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

border-color css

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

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

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