Html Css Color HEX #B1DC3E Conifer

📋 copy color: '#B1DC3E'

red 177 ◦ green 220 ◦ blue 62

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

Shades of Conifer #B1DC3E

Tints of Conifer #B1DC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.51%

R = 38.56%
G = 47.93%
B = 13.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#B1DC3E (or 0xB1DC3E) is known color: Conifer. HEX triplet: B1, DC and 3E. RGB value is (177,220,62). Sum of RGB (Red+Green+Blue) = 177+220+62=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 62 (24.61% from 255 or 13.51% from 459); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DC3E is #4E23C1. Grayscale: #BDBDBD. Windows color (decimal): -5120962 or 4119729. OLE color: 4119729.

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

Color convert

RGB 177 220 62 -
CMYK 0.20 0 0.72 0.14
HSL 76.33º 0.69% 0.55% -
HSV(B) 76.33º 0.72% 0.86% -
XYZ 44.59 60.88 13.96 -
YUV 189.13 56.25 119.35 -
System Red Green Blue C M Y K H S L
Decimal 177 220 62 0.20 0 0.72 0.14 76.33 0.69 0.55
Hex B1 DC 3E 14 0 48 E 4C 45 37
Octal 261 334 76 24 0 110 16 114 105 67
Binary 10110001 11011100 111110 10100 0 1001000 1110 1001100 1000101 110111

Color Harmonies of #B1DC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC3E

Black with #B1DC3E

Text Example


Text Example

White with #B1DC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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