Html Css Color HEX #B2DC03 Inch Worm

📋 copy color: '#B2DC03'

red 178 ◦ green 220 ◦ blue 3

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

Shades of Inch Worm #B2DC03

Tints of Inch Worm #B2DC03

RGB

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

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

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

R = 44.39%
G = 54.86%
B = 0.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#B2DC03 (or 0xB2DC03) is known color: Inch Worm. HEX triplet: B2, DC and 03. RGB value is (178,220,3). Sum of RGB (Red+Green+Blue) = 178+220+3=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 220 (86.33% from 255 or 54.86% from 401); Blue value is 3 (1.56% from 255 or 0.75% from 401); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DC03 is #4D23FC. Grayscale: #B7B7B7. Windows color (decimal): -5055485 or 253106. OLE color: 253106.

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

Color convert

RGB 178 220 3 -
CMYK 0.19 0 0.99 0.14
HSL 71.61º 0.97% 0.44% -
HSV(B) 71.61º 0.99% 0.86% -
XYZ 43.97 60.66 9.48 -
YUV 182.7 26.59 124.64 -
System Red Green Blue C M Y K H S L
Decimal 178 220 3 0.19 0 0.99 0.14 71.61 0.97 0.44
Hex B2 DC 3 13 0 63 E 48 61 2C
Octal 262 334 3 23 0 143 16 110 141 54
Binary 10110010 11011100 11 10011 0 1100011 1110 1001000 1100001 101100

Color Harmonies of #B2DC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DC03

Black with #B2DC03

Text Example


Text Example

White with #B2DC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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