Html Css Color HEX #B1ED55 Conifer

📋 copy color: '#B1ED55'

red 177 ◦ green 237 ◦ blue 85

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

Shades of Conifer #B1ED55

Tints of Conifer #B1ED55

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.49%

 BLUE value IS 85 (33.59% from 255) = 17.03%

R = 35.47%
G = 47.49%
B = 17.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#B1ED55 (or 0xB1ED55) is known color: Conifer. HEX triplet: B1, ED and 55. RGB value is (177,237,85). Sum of RGB (Red+Green+Blue) = 177+237+85=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 85 (33.59% from 255 or 17.03% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #B1ED55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1ED55 is #4E12AA. Grayscale: #CACACA. Windows color (decimal): -5116587 or 5631409. OLE color: 5631409.

HSL color Cylindrical-coordinate representation of color #B1ED55: hue angle of 83.68º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1ED55 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 237 85 -
CMYK 0.25 0 0.64 0.07
HSL 83.68º 0.81% 0.63% -
HSV(B) 83.68º 0.64% 0.93% -
XYZ 50.06 70.57 19.58 -
YUV 201.73 62.12 110.36 -
System Red Green Blue C M Y K H S L
Decimal 177 237 85 0.25 0 0.64 0.07 83.68 0.81 0.63
Hex B1 ED 55 19 0 40 7 54 51 3F
Octal 261 355 125 31 0 100 7 124 121 77
Binary 10110001 11101101 1010101 11001 0 1000000 111 1010100 1010001 111111

Color Harmonies of #B1ED55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ED55

Black with #B1ED55

Text Example


Text Example

White with #B1ED55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ED55; }

 p { color: rgb(177,237,85); }

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

background-color css

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

 a { background-color: rgb(177,237,85); }

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

border-color css

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

 span { border-color: rgb(177,237,85); }

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