Html Css Color HEX #B1DE0E Inch Worm

📋 copy color: '#B1DE0E'

red 177 ◦ green 222 ◦ blue 14

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

Shades of Inch Worm #B1DE0E

Tints of Inch Worm #B1DE0E

RGB

 RED value IS 177 (69.53% from 255) = 42.86%

 GREEN value IS 222 (87.11% from 255) = 53.75%

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

R = 42.86%
G = 53.75%
B = 3.39%

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

#B1DE0E (or 0xB1DE0E) is known color: Inch Worm. HEX triplet: B1, DE and 0E. RGB value is (177,222,14). Sum of RGB (Red+Green+Blue) = 177+222+14=413 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.86% from 413); Green value is 222 (87.11% from 255 or 53.75% from 413); Blue value is 14 (5.86% from 255 or 3.39% from 413); Max value from RGB is 222 - color contains mainly: green. Hex color #B1DE0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1DE0E is #4E21F1. Grayscale: #B9B9B9. Windows color (decimal): -5120498 or 974513. OLE color: 974513.

HSL color Cylindrical-coordinate representation of color #B1DE0E: hue angle of 72.98º 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 #B1DE0E is Cyan = 0.20, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 222 14 -
CMYK 0.20 0 0.94 0.13
HSL 72.98º 0.88% 0.46% -
HSV(B) 72.98º 0.94% 0.87% -
XYZ 44.33 61.62 9.97 -
YUV 184.83 31.59 122.41 -
System Red Green Blue C M Y K H S L
Decimal 177 222 14 0.20 0 0.94 0.13 72.98 0.88 0.46
Hex B1 DE E 14 0 5E D 49 58 2E
Octal 261 336 16 24 0 136 15 111 130 56
Binary 10110001 11011110 1110 10100 0 1011110 1101 1001001 1011000 101110

Color Harmonies of #B1DE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DE0E

Black with #B1DE0E

Text Example


Text Example

White with #B1DE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DE0E; }

 p { color: rgb(177,222,14); }

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

background-color css

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

 a { background-color: rgb(177,222,14); }

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

border-color css

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

 span { border-color: rgb(177,222,14); }

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