Html Css Color HEX #B1DF4F Conifer

📋 copy color: '#B1DF4F'

red 177 ◦ green 223 ◦ blue 79

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

Shades of Conifer #B1DF4F

Tints of Conifer #B1DF4F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.56%

 BLUE value IS 79 (31.25% from 255) = 16.49%

R = 36.95%
G = 46.56%
B = 16.49%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#B1DF4F (or 0xB1DF4F) is known color: Conifer. HEX triplet: B1, DF and 4F. RGB value is (177,223,79). Sum of RGB (Red+Green+Blue) = 177+223+79=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 79 (31.25% from 255 or 16.49% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DF4F is #4E20B0. Grayscale: #C1C1C1. Windows color (decimal): -5120177 or 5234609. OLE color: 5234609.

HSL color Cylindrical-coordinate representation of color #B1DF4F: hue angle of 79.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1DF4F is Cyan = 0.21, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 223 79 -
CMYK 0.21 0 0.65 0.13
HSL 79.17º 0.69% 0.59% -
HSV(B) 79.17º 0.65% 0.87% -
XYZ 45.93 62.69 17.08 -
YUV 192.83 63.76 116.71 -
System Red Green Blue C M Y K H S L
Decimal 177 223 79 0.21 0 0.65 0.13 79.17 0.69 0.59
Hex B1 DF 4F 15 0 41 D 4F 45 3B
Octal 261 337 117 25 0 101 15 117 105 73
Binary 10110001 11011111 1001111 10101 0 1000001 1101 1001111 1000101 111011

Color Harmonies of #B1DF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DF4F

Black with #B1DF4F

Text Example


Text Example

White with #B1DF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DF4F; }

 p { color: rgb(177,223,79); }

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

background-color css

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

 a { background-color: rgb(177,223,79); }

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

border-color css

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

 span { border-color: rgb(177,223,79); }

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