Html Css Color HEX #B1DC47 Conifer

📋 copy color: '#B1DC47'

red 177 ◦ green 220 ◦ blue 71

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

Shades of Conifer #B1DC47

Tints of Conifer #B1DC47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 15.17%

R = 37.82%
G = 47.01%
B = 15.17%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#B1DC47 (or 0xB1DC47) is known color: Conifer. HEX triplet: B1, DC and 47. RGB value is (177,220,71). Sum of RGB (Red+Green+Blue) = 177+220+71=468 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.82% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 71 (28.12% from 255 or 15.17% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DC47 is #4E23B8. Grayscale: #BEBEBE. Windows color (decimal): -5120953 or 4709553. OLE color: 4709553.

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

Color convert

RGB 177 220 71 -
CMYK 0.20 0 0.68 0.14
HSL 77.32º 0.68% 0.57% -
HSV(B) 77.32º 0.68% 0.86% -
XYZ 44.86 60.99 15.37 -
YUV 190.16 60.75 118.62 -
System Red Green Blue C M Y K H S L
Decimal 177 220 71 0.20 0 0.68 0.14 77.32 0.68 0.57
Hex B1 DC 47 14 0 44 E 4D 44 39
Octal 261 334 107 24 0 104 16 115 104 71
Binary 10110001 11011100 1000111 10100 0 1000100 1110 1001101 1000100 111001

Color Harmonies of #B1DC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC47

Black with #B1DC47

Text Example


Text Example

White with #B1DC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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