Html Css Color HEX #B1ED40 Conifer

📋 copy color: '#B1ED40'

red 177 ◦ green 237 ◦ blue 64

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

Shades of Conifer #B1ED40

Tints of Conifer #B1ED40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.39%

R = 37.03%
G = 49.58%
B = 13.39%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#B1ED40 (or 0xB1ED40) is known color: Conifer. HEX triplet: B1, ED and 40. RGB value is (177,237,64). Sum of RGB (Red+Green+Blue) = 177+237+64=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 237 - color contains mainly: green. Hex color #B1ED40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1ED40 is #4E12BF. Grayscale: #C7C7C7. Windows color (decimal): -5116608 or 4255153. OLE color: 4255153.

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

Color convert

RGB 177 237 64 -
CMYK 0.25 0 0.73 0.07
HSL 80.81º 0.83% 0.59% -
HSV(B) 80.81º 0.73% 0.93% -
XYZ 49.34 70.29 15.82 -
YUV 199.34 51.62 112.07 -
System Red Green Blue C M Y K H S L
Decimal 177 237 64 0.25 0 0.73 0.07 80.81 0.83 0.59
Hex B1 ED 40 19 0 49 7 51 53 3B
Octal 261 355 100 31 0 111 7 121 123 73
Binary 10110001 11101101 1000000 11001 0 1001001 111 1010001 1010011 111011

Color Harmonies of #B1ED40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ED40

Black with #B1ED40

Text Example


Text Example

White with #B1ED40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ED40; }

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

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

background-color css

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

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

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

border-color css

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

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

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