Html Css Color HEX #B1DE5E Conifer

📋 copy color: '#B1DE5E'

red 177 ◦ green 222 ◦ blue 94

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

Shades of Conifer #B1DE5E

Tints of Conifer #B1DE5E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.03%

 BLUE value IS 94 (37.11% from 255) = 19.07%

R = 35.9%
G = 45.03%
B = 19.07%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#B1DE5E (or 0xB1DE5E) is known color: Conifer. HEX triplet: B1, DE and 5E. RGB value is (177,222,94). Sum of RGB (Red+Green+Blue) = 177+222+94=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 94 (37.11% from 255 or 19.07% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DE5E is #4E21A1. Grayscale: #C2C2C2. Windows color (decimal): -5120418 or 6217393. OLE color: 6217393.

HSL color Cylindrical-coordinate representation of color #B1DE5E: hue angle of 81.09º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B1DE5E is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 222 94 -
CMYK 0.20 0 0.58 0.13
HSL 81.09º 0.66% 0.62% -
HSV(B) 81.09º 0.58% 0.87% -
XYZ 46.27 62.4 20.19 -
YUV 193.95 71.59 115.91 -
System Red Green Blue C M Y K H S L
Decimal 177 222 94 0.20 0 0.58 0.13 81.09 0.66 0.62
Hex B1 DE 5E 14 0 3A D 51 42 3E
Octal 261 336 136 24 0 72 15 121 102 76
Binary 10110001 11011110 1011110 10100 0 111010 1101 1010001 1000010 111110

Color Harmonies of #B1DE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE5E

Black with #B1DE5E

Text Example


Text Example

White with #B1DE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE5E; }

 p { color: rgb(177,222,94); }

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

background-color css

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

 a { background-color: rgb(177,222,94); }

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

border-color css

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

 span { border-color: rgb(177,222,94); }

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