Html Css Color HEX #B5DD1E Inch Worm

📋 copy color: '#B5DD1E'

red 181 ◦ green 221 ◦ blue 30

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

Shades of Inch Worm #B5DD1E

Tints of Inch Worm #B5DD1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.94%

R = 41.9%
G = 51.16%
B = 6.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#B5DD1E (or 0xB5DD1E) is known color: Inch Worm. HEX triplet: B5, DD and 1E. RGB value is (181,221,30). Sum of RGB (Red+Green+Blue) = 181+221+30=432 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.90% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 30 (12.11% from 255 or 6.94% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5DD1E is #4A22E1. Grayscale: #BBBBBB. Windows color (decimal): -4858594 or 2022837. OLE color: 2022837.

HSL color Cylindrical-coordinate representation of color #B5DD1E: hue angle of 72.57º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5DD1E is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 30 -
CMYK 0.18 0 0.86 0.13
HSL 72.57º 0.76% 0.49% -
HSV(B) 72.57º 0.86% 0.87% -
XYZ 45.15 61.63 10.74 -
YUV 187.27 39.25 123.53 -
System Red Green Blue C M Y K H S L
Decimal 181 221 30 0.18 0 0.86 0.13 72.57 0.76 0.49
Hex B5 DD 1E 12 0 56 D 49 4C 31
Octal 265 335 36 22 0 126 15 111 114 61
Binary 10110101 11011101 11110 10010 0 1010110 1101 1001001 1001100 110001

Color Harmonies of #B5DD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DD1E

Black with #B5DD1E

Text Example


Text Example

White with #B5DD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DD1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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