Html Css Color HEX #B0DA11 Inch Worm

📋 copy color: '#B0DA11'

red 176 ◦ green 218 ◦ blue 17

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

Shades of Inch Worm #B0DA11

Tints of Inch Worm #B0DA11

RGB

 RED value IS 176 (69.14% from 255) = 42.82%

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

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

R = 42.82%
G = 53.04%
B = 4.14%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#B0DA11 (or 0xB0DA11) is known color: Inch Worm. HEX triplet: B0, DA and 11. RGB value is (176,218,17). Sum of RGB (Red+Green+Blue) = 176+218+17=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 218 (85.55% from 255 or 53.04% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 218 - color contains mainly: green. Hex color #B0DA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DA11 is #4F25EE. Grayscale: #B7B7B7. Windows color (decimal): -5187055 or 1170096. OLE color: 1170096.

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

Color convert

RGB 176 218 17 -
CMYK 0.19 0 0.92 0.15
HSL 72.54º 0.86% 0.46% -
HSV(B) 72.54º 0.92% 0.85% -
XYZ 43.08 59.41 9.73 -
YUV 182.53 34.59 123.34 -
System Red Green Blue C M Y K H S L
Decimal 176 218 17 0.19 0 0.92 0.15 72.54 0.86 0.46
Hex B0 DA 11 13 0 5C F 49 56 2E
Octal 260 332 21 23 0 134 17 111 126 56
Binary 10110000 11011010 10001 10011 0 1011100 1111 1001001 1010110 101110

Color Harmonies of #B0DA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DA11

Black with #B0DA11

Text Example


Text Example

White with #B0DA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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