Html Css Color HEX #B4DB1E Inch Worm

📋 copy color: '#B4DB1E'

red 180 ◦ green 219 ◦ blue 30

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

Shades of Inch Worm #B4DB1E

Tints of Inch Worm #B4DB1E

RGB

 RED value IS 180 (70.7% from 255) = 41.96%

 GREEN value IS 219 (85.94% from 255) = 51.05%

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

R = 41.96%
G = 51.05%
B = 6.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#B4DB1E (or 0xB4DB1E) is known color: Inch Worm. HEX triplet: B4, DB and 1E. RGB value is (180,219,30). Sum of RGB (Red+Green+Blue) = 180+219+30=429 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.96% from 429); Green value is 219 (85.94% from 255 or 51.05% from 429); Blue value is 30 (12.11% from 255 or 6.99% from 429); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4DB1E is #4B24E1. Grayscale: #BABABA. Windows color (decimal): -4924642 or 2022324. OLE color: 2022324.

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

Color convert

RGB 180 219 30 -
CMYK 0.18 0 0.86 0.14
HSL 72.38º 0.76% 0.49% -
HSV(B) 72.38º 0.86% 0.86% -
XYZ 44.39 60.46 10.56 -
YUV 185.79 40.08 123.87 -
System Red Green Blue C M Y K H S L
Decimal 180 219 30 0.18 0 0.86 0.14 72.38 0.76 0.49
Hex B4 DB 1E 12 0 56 E 48 4C 31
Octal 264 333 36 22 0 126 16 110 114 61
Binary 10110100 11011011 11110 10010 0 1010110 1110 1001000 1001100 110001

Color Harmonies of #B4DB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DB1E

Black with #B4DB1E

Text Example


Text Example

White with #B4DB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DB1E; }

 p { color: rgb(180,219,30); }

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

background-color css

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

 a { background-color: rgb(180,219,30); }

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

border-color css

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

 span { border-color: rgb(180,219,30); }

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