Html Css Color HEX #B5DD0E Inch Worm

📋 copy color: '#B5DD0E'

red 181 ◦ green 221 ◦ blue 14

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

Shades of Inch Worm #B5DD0E

Tints of Inch Worm #B5DD0E

RGB

 RED value IS 181 (71.09% from 255) = 43.51%

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

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

R = 43.51%
G = 53.13%
B = 3.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#B5DD0E (or 0xB5DD0E) is known color: Inch Worm. HEX triplet: B5, DD and 0E. RGB value is (181,221,14). Sum of RGB (Red+Green+Blue) = 181+221+14=416 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.51% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5DD0E is #4A22F1. Grayscale: #BABABA. Windows color (decimal): -4858610 or 974261. OLE color: 974261.

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

Color convert

RGB 181 221 14 -
CMYK 0.18 0 0.94 0.13
HSL 71.59º 0.88% 0.46% -
HSV(B) 71.59º 0.94% 0.87% -
XYZ 44.99 61.57 9.93 -
YUV 185.44 31.25 124.83 -
System Red Green Blue C M Y K H S L
Decimal 181 221 14 0.18 0 0.94 0.13 71.59 0.88 0.46
Hex B5 DD E 12 0 5E D 48 58 2E
Octal 265 335 16 22 0 136 15 110 130 56
Binary 10110101 11011101 1110 10010 0 1011110 1101 1001000 1011000 101110

Color Harmonies of #B5DD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD0E

Black with #B5DD0E

Text Example


Text Example

White with #B5DD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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