Html Css Color HEX #B2DC00 Inch Worm

📋 copy color: '#B2DC00'

red 178 ◦ green 220 ◦ blue 0

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

Shades of Inch Worm #B2DC00

Tints of Inch Worm #B2DC00

RGB

 RED value IS 178 (69.92% from 255) = 44.72%

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

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

R = 44.72%
G = 55.28%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#B2DC00 (or 0xB2DC00) is known color: Inch Worm. HEX triplet: B2, DC and 00. RGB value is (178,220,0). Sum of RGB (Red+Green+Blue) = 178+220+0=398 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.72% from 398); Green value is 220 (86.33% from 255 or 55.28% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DC00 is #4D23FF. Grayscale: #B7B7B7. Windows color (decimal): -5055488 or 56498. OLE color: 56498.

HSL color Cylindrical-coordinate representation of color #B2DC00: hue angle of 71.45º 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 #B2DC00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 220 0 -
CMYK 0.19 0 1 0.14
HSL 71.45º 1% 0.43% -
HSV(B) 71.45º 1% 0.86% -
XYZ 43.95 60.65 9.39 -
YUV 182.36 25.09 124.89 -
System Red Green Blue C M Y K H S L
Decimal 178 220 0 0.19 0 1 0.14 71.45 1 0.43
Hex B2 DC 0 13 0 64 E 47 64 2B
Octal 262 334 0 23 0 144 16 107 144 53
Binary 10110010 11011100 0 10011 0 1100100 1110 1000111 1100100 101011

Color Harmonies of #B2DC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC00

Black with #B2DC00

Text Example


Text Example

White with #B2DC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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