Html Css Color HEX #B1DC4D Conifer

📋 copy color: '#B1DC4D'

red 177 ◦ green 220 ◦ blue 77

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

Shades of Conifer #B1DC4D

Tints of Conifer #B1DC4D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.41%

 BLUE value IS 77 (30.47% from 255) = 16.24%

R = 37.34%
G = 46.41%
B = 16.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#B1DC4D (or 0xB1DC4D) is known color: Conifer. HEX triplet: B1, DC and 4D. RGB value is (177,220,77). Sum of RGB (Red+Green+Blue) = 177+220+77=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 77 (30.47% from 255 or 16.24% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DC4D is #4E23B2. Grayscale: #BFBFBF. Windows color (decimal): -5120947 or 5102769. OLE color: 5102769.

HSL color Cylindrical-coordinate representation of color #B1DC4D: hue angle of 78.04º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1DC4D is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 220 77 -
CMYK 0.20 0 0.65 0.14
HSL 78.04º 0.67% 0.58% -
HSV(B) 78.04º 0.65% 0.86% -
XYZ 45.06 61.07 16.43 -
YUV 190.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 177 220 77 0.20 0 0.65 0.14 78.04 0.67 0.58
Hex B1 DC 4D 14 0 41 E 4E 43 3A
Octal 261 334 115 24 0 101 16 116 103 72
Binary 10110001 11011100 1001101 10100 0 1000001 1110 1001110 1000011 111010

Color Harmonies of #B1DC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC4D

Black with #B1DC4D

Text Example


Text Example

White with #B1DC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC4D; }

 p { color: rgb(177,220,77); }

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

background-color css

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

 a { background-color: rgb(177,220,77); }

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

border-color css

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

 span { border-color: rgb(177,220,77); }

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