Html Css Color HEX #B1DC54 Conifer

📋 copy color: '#B1DC54'

red 177 ◦ green 220 ◦ blue 84

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

Shades of Conifer #B1DC54

Tints of Conifer #B1DC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 17.46%

R = 36.8%
G = 45.74%
B = 17.46%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#B1DC54 (or 0xB1DC54) is known color: Conifer. HEX triplet: B1, DC and 54. RGB value is (177,220,84). Sum of RGB (Red+Green+Blue) = 177+220+84=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DC54 is #4E23AB. Grayscale: #C0C0C0. Windows color (decimal): -5120940 or 5561521. OLE color: 5561521.

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

Color convert

RGB 177 220 84 -
CMYK 0.20 0 0.62 0.14
HSL 78.97º 0.66% 0.6% -
HSV(B) 78.97º 0.62% 0.86% -
XYZ 45.32 61.17 17.81 -
YUV 191.64 67.25 117.56 -
System Red Green Blue C M Y K H S L
Decimal 177 220 84 0.20 0 0.62 0.14 78.97 0.66 0.6
Hex B1 DC 54 14 0 3E E 4F 42 3C
Octal 261 334 124 24 0 76 16 117 102 74
Binary 10110001 11011100 1010100 10100 0 111110 1110 1001111 1000010 111100

Color Harmonies of #B1DC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC54

Black with #B1DC54

Text Example


Text Example

White with #B1DC54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC54; }

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

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

background-color css

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

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

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

border-color css

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

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

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