Html Css Color HEX #B1DC42 Conifer

📋 copy color: '#B1DC42'

red 177 ◦ green 220 ◦ blue 66

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

Shades of Conifer #B1DC42

Tints of Conifer #B1DC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.25%

R = 38.23%
G = 47.52%
B = 14.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#B1DC42 (or 0xB1DC42) is known color: Conifer. HEX triplet: B1, DC and 42. RGB value is (177,220,66). Sum of RGB (Red+Green+Blue) = 177+220+66=463 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.23% from 463); Green value is 220 (86.33% from 255 or 47.52% from 463); Blue value is 66 (26.17% from 255 or 14.25% from 463); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1DC42 is #4E23BD. Grayscale: #BEBEBE. Windows color (decimal): -5120958 or 4381873. OLE color: 4381873.

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

Color convert

RGB 177 220 66 -
CMYK 0.20 0 0.7 0.14
HSL 76.75º 0.69% 0.56% -
HSV(B) 76.75º 0.7% 0.86% -
XYZ 44.71 60.93 14.56 -
YUV 189.59 58.25 119.02 -
System Red Green Blue C M Y K H S L
Decimal 177 220 66 0.20 0 0.7 0.14 76.75 0.69 0.56
Hex B1 DC 42 14 0 46 E 4D 45 38
Octal 261 334 102 24 0 106 16 115 105 70
Binary 10110001 11011100 1000010 10100 0 1000110 1110 1001101 1000101 111000

Color Harmonies of #B1DC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC42

Black with #B1DC42

Text Example


Text Example

White with #B1DC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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