Html Css Color HEX #B1DE6D Conifer

📋 copy color: '#B1DE6D'

red 177 ◦ green 222 ◦ blue 109

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

Shades of Conifer #B1DE6D

Tints of Conifer #B1DE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.46%

R = 34.84%
G = 43.7%
B = 21.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#B1DE6D (or 0xB1DE6D) is known color: Conifer. HEX triplet: B1, DE and 6D. RGB value is (177,222,109). Sum of RGB (Red+Green+Blue) = 177+222+109=508 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.84% from 508); Green value is 222 (87.11% from 255 or 43.70% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DE6D is #4E2192. Grayscale: #C4C4C4. Windows color (decimal): -5120403 or 7200433. OLE color: 7200433.

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

Color convert

RGB 177 222 109 -
CMYK 0.20 0 0.51 0.13
HSL 83.89º 0.63% 0.65% -
HSV(B) 83.89º 0.51% 0.87% -
XYZ 47.01 62.69 24.09 -
YUV 195.66 79.09 114.69 -
System Red Green Blue C M Y K H S L
Decimal 177 222 109 0.20 0 0.51 0.13 83.89 0.63 0.65
Hex B1 DE 6D 14 0 33 D 54 3F 41
Octal 261 336 155 24 0 63 15 124 77 101
Binary 10110001 11011110 1101101 10100 0 110011 1101 1010100 111111 1000001

Color Harmonies of #B1DE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE6D

Black with #B1DE6D

Text Example


Text Example

White with #B1DE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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