Html Css Color HEX #B1DC00 Inch Worm

📋 copy color: '#B1DC00'

red 177 ◦ green 220 ◦ blue 0

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

Shades of Inch Worm #B1DC00

Tints of Inch Worm #B1DC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.58%
G = 55.42%
B = 0%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#B1DC00 (or 0xB1DC00) is known color: Inch Worm. HEX triplet: B1, DC and 00. RGB value is (177,220,0). Sum of RGB (Red+Green+Blue) = 177+220+0=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 220 (86.33% from 255 or 55.42% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1DC00 is #4E23FF. Grayscale: #B6B6B6. Windows color (decimal): -5121024 or 56497. OLE color: 56497.

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

Color convert

RGB 177 220 0 -
CMYK 0.20 0 1 0.14
HSL 71.73º 1% 0.43% -
HSV(B) 71.73º 1% 0.86% -
XYZ 43.72 60.53 9.38 -
YUV 182.06 25.25 124.39 -
System Red Green Blue C M Y K H S L
Decimal 177 220 0 0.20 0 1 0.14 71.73 1 0.43
Hex B1 DC 0 14 0 64 E 48 64 2B
Octal 261 334 0 24 0 144 16 110 144 53
Binary 10110001 11011100 0 10100 0 1100100 1110 1001000 1100100 101011

Color Harmonies of #B1DC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC00

Black with #B1DC00

Text Example


Text Example

White with #B1DC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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