Html Css Color HEX #B1DC03 Inch Worm

📋 copy color: '#B1DC03'

red 177 ◦ green 220 ◦ blue 3

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

Shades of Inch Worm #B1DC03

Tints of Inch Worm #B1DC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 44.25%
G = 55%
B = 0.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#B1DC03 (or 0xB1DC03) is known color: Inch Worm. HEX triplet: B1, DC and 03. RGB value is (177,220,3). Sum of RGB (Red+Green+Blue) = 177+220+3=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #B1DC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1DC03 is #4E23FC. Grayscale: #B7B7B7. Windows color (decimal): -5121021 or 253105. OLE color: 253105.

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

Color convert

RGB 177 220 3 -
CMYK 0.20 0 0.99 0.14
HSL 71.89º 0.97% 0.44% -
HSV(B) 71.89º 0.99% 0.86% -
XYZ 43.74 60.54 9.47 -
YUV 182.41 26.75 124.14 -
System Red Green Blue C M Y K H S L
Decimal 177 220 3 0.20 0 0.99 0.14 71.89 0.97 0.44
Hex B1 DC 3 14 0 63 E 48 61 2C
Octal 261 334 3 24 0 143 16 110 141 54
Binary 10110001 11011100 11 10100 0 1100011 1110 1001000 1100001 101100

Color Harmonies of #B1DC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DC03

Black with #B1DC03

Text Example


Text Example

White with #B1DC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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