Html Css Color HEX #B2DB03 Inch Worm

📋 copy color: '#B2DB03'

red 178 ◦ green 219 ◦ blue 3

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

Shades of Inch Worm #B2DB03

Tints of Inch Worm #B2DB03

RGB

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

 GREEN value IS 219 (85.94% from 255) = 54.75%

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

R = 44.5%
G = 54.75%
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

#B2DB03 (or 0xB2DB03) is known color: Inch Worm. HEX triplet: B2, DB and 03. RGB value is (178,219,3). Sum of RGB (Red+Green+Blue) = 178+219+3=400 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.5% from 400); Green value is 219 (85.94% from 255 or 54.75% from 400); Blue value is 3 (1.56% from 255 or 0.75% from 400); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DB03 is #4D24FC. Grayscale: #B6B6B6. Windows color (decimal): -5055741 or 252850. OLE color: 252850.

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

Color convert

RGB 178 219 3 -
CMYK 0.19 0 0.99 0.14
HSL 71.39º 0.97% 0.44% -
HSV(B) 71.39º 0.99% 0.86% -
XYZ 43.71 60.13 9.39 -
YUV 182.12 26.92 125.06 -
System Red Green Blue C M Y K H S L
Decimal 178 219 3 0.19 0 0.99 0.14 71.39 0.97 0.44
Hex B2 DB 3 13 0 63 E 47 61 2C
Octal 262 333 3 23 0 143 16 107 141 54
Binary 10110010 11011011 11 10011 0 1100011 1110 1000111 1100001 101100

Color Harmonies of #B2DB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DB03

Black with #B2DB03

Text Example


Text Example

White with #B2DB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DB03; }

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

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

background-color css

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

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

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

border-color css

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

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

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