Html Css Color HEX #B1DD64 Conifer

📋 copy color: '#B1DD64'

red 177 ◦ green 221 ◦ blue 100

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

Shades of Conifer #B1DD64

Tints of Conifer #B1DD64

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.38%

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

R = 35.54%
G = 44.38%
B = 20.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#B1DD64 (or 0xB1DD64) is known color: Conifer. HEX triplet: B1, DD and 64. RGB value is (177,221,100). Sum of RGB (Red+Green+Blue) = 177+221+100=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1DD64 is #4E229B. Grayscale: #C2C2C2. Windows color (decimal): -5120668 or 6610353. OLE color: 6610353.

HSL color Cylindrical-coordinate representation of color #B1DD64: hue angle of 81.82º degrees, saturation: 0.64, 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 #B1DD64 is Cyan = 0.20, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 221 100 -
CMYK 0.20 0 0.55 0.13
HSL 81.82º 0.64% 0.63% -
HSV(B) 81.82º 0.55% 0.87% -
XYZ 46.29 61.98 21.58 -
YUV 194.05 74.92 115.84 -
System Red Green Blue C M Y K H S L
Decimal 177 221 100 0.20 0 0.55 0.13 81.82 0.64 0.63
Hex B1 DD 64 14 0 37 D 52 40 3F
Octal 261 335 144 24 0 67 15 122 100 77
Binary 10110001 11011101 1100100 10100 0 110111 1101 1010010 1000000 111111

Color Harmonies of #B1DD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DD64

Black with #B1DD64

Text Example


Text Example

White with #B1DD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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