Html Css Color HEX #B2DA11 Inch Worm

📋 copy color: '#B2DA11'

red 178 ◦ green 218 ◦ blue 17

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

Shades of Inch Worm #B2DA11

Tints of Inch Worm #B2DA11

RGB

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

 GREEN value IS 218 (85.55% from 255) = 52.78%

 BLUE value IS 17 (7.03% from 255) = 4.12%

R = 43.1%
G = 52.78%
B = 4.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#B2DA11 (or 0xB2DA11) is known color: Inch Worm. HEX triplet: B2, DA and 11. RGB value is (178,218,17). Sum of RGB (Red+Green+Blue) = 178+218+17=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 218 (85.55% from 255 or 52.78% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DA11 is #4D25EE. Grayscale: #B7B7B7. Windows color (decimal): -5055983 or 1170098. OLE color: 1170098.

HSL color Cylindrical-coordinate representation of color #B2DA11: hue angle of 71.94º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2DA11 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 17 -
CMYK 0.18 0 0.92 0.15
HSL 71.94º 0.86% 0.46% -
HSV(B) 71.94º 0.92% 0.85% -
XYZ 43.53 59.65 9.75 -
YUV 183.13 34.25 124.34 -
System Red Green Blue C M Y K H S L
Decimal 178 218 17 0.18 0 0.92 0.15 71.94 0.86 0.46
Hex B2 DA 11 12 0 5C F 48 56 2E
Octal 262 332 21 22 0 134 17 110 126 56
Binary 10110010 11011010 10001 10010 0 1011100 1111 1001000 1010110 101110

Color Harmonies of #B2DA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA11

Black with #B2DA11

Text Example


Text Example

White with #B2DA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA11; }

 p { color: rgb(178,218,17); }

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

background-color css

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

 a { background-color: rgb(178,218,17); }

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

border-color css

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

 span { border-color: rgb(178,218,17); }

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