Html Css Color HEX #B1DF64 Conifer

📋 copy color: '#B1DF64'

red 177 ◦ green 223 ◦ blue 100

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

Shades of Conifer #B1DF64

Tints of Conifer #B1DF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20%

R = 35.4%
G = 44.6%
B = 20%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#B1DF64 (or 0xB1DF64) is known color: Conifer. HEX triplet: B1, DF and 64. RGB value is (177,223,100). Sum of RGB (Red+Green+Blue) = 177+223+100=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #B1DF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DF64 is #4E209B. Grayscale: #C3C3C3. Windows color (decimal): -5120156 or 6610865. OLE color: 6610865.

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

Color convert

RGB 177 223 100 -
CMYK 0.21 0 0.55 0.13
HSL 82.44º 0.66% 0.63% -
HSV(B) 82.44º 0.55% 0.87% -
XYZ 46.82 63.04 21.76 -
YUV 195.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 177 223 100 0.21 0 0.55 0.13 82.44 0.66 0.63
Hex B1 DF 64 15 0 37 D 52 42 3F
Octal 261 337 144 25 0 67 15 122 102 77
Binary 10110001 11011111 1100100 10101 0 110111 1101 1010010 1000010 111111

Color Harmonies of #B1DF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DF64

Black with #B1DF64

Text Example


Text Example

White with #B1DF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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