Html Css Color HEX #B0DD0E Inch Worm

📋 copy color: '#B0DD0E'

red 176 ◦ green 221 ◦ blue 14

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

Shades of Inch Worm #B0DD0E

Tints of Inch Worm #B0DD0E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.77%

 BLUE value IS 14 (5.86% from 255) = 3.41%

R = 42.82%
G = 53.77%
B = 3.41%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#B0DD0E (or 0xB0DD0E) is known color: Inch Worm. HEX triplet: B0, DD and 0E. RGB value is (176,221,14). Sum of RGB (Red+Green+Blue) = 176+221+14=411 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.82% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 14 (5.86% from 255 or 3.41% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #B0DD0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0DD0E is #4F22F1. Grayscale: #B8B8B8. Windows color (decimal): -5186290 or 974256. OLE color: 974256.

HSL color Cylindrical-coordinate representation of color #B0DD0E: hue angle of 73.04º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0DD0E is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 221 14 -
CMYK 0.20 0 0.94 0.13
HSL 73.04º 0.88% 0.46% -
HSV(B) 73.04º 0.94% 0.87% -
XYZ 43.84 60.97 9.87 -
YUV 183.95 32.09 122.33 -
System Red Green Blue C M Y K H S L
Decimal 176 221 14 0.20 0 0.94 0.13 73.04 0.88 0.46
Hex B0 DD E 14 0 5E D 49 58 2E
Octal 260 335 16 24 0 136 15 111 130 56
Binary 10110000 11011101 1110 10100 0 1011110 1101 1001001 1011000 101110

Color Harmonies of #B0DD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DD0E

Black with #B0DD0E

Text Example


Text Example

White with #B0DD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DD0E; }

 p { color: rgb(176,221,14); }

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

background-color css

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

 a { background-color: rgb(176,221,14); }

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

border-color css

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

 span { border-color: rgb(176,221,14); }

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