Html Css Color HEX #B5D80B Inch Worm

📋 copy color: '#B5D80B'

red 181 ◦ green 216 ◦ blue 11

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

Shades of Inch Worm #B5D80B

Tints of Inch Worm #B5D80B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.94%

 BLUE value IS 11 (4.69% from 255) = 2.7%

R = 44.36%
G = 52.94%
B = 2.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#B5D80B (or 0xB5D80B) is known color: Inch Worm. HEX triplet: B5, D8 and 0B. RGB value is (181,216,11). Sum of RGB (Red+Green+Blue) = 181+216+11=408 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.36% from 408); Green value is 216 (84.77% from 255 or 52.94% from 408); Blue value is 11 (4.69% from 255 or 2.70% from 408); Max value from RGB is 216 - color contains mainly: green. Hex color #B5D80B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D80B is #4A27F4. Grayscale: #B6B6B6. Windows color (decimal): -4859893 or 776373. OLE color: 776373.

HSL color Cylindrical-coordinate representation of color #B5D80B: hue angle of 70.24º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B5D80B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 216 11 -
CMYK 0.16 0 0.95 0.15
HSL 70.24º 0.9% 0.45% -
HSV(B) 70.24º 0.95% 0.85% -
XYZ 43.67 58.96 9.4 -
YUV 182.17 31.4 127.17 -
System Red Green Blue C M Y K H S L
Decimal 181 216 11 0.16 0 0.95 0.15 70.24 0.9 0.45
Hex B5 D8 B 10 0 5F F 46 5A 2D
Octal 265 330 13 20 0 137 17 106 132 55
Binary 10110101 11011000 1011 10000 0 1011111 1111 1000110 1011010 101101

Color Harmonies of #B5D80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D80B

Black with #B5D80B

Text Example


Text Example

White with #B5D80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D80B; }

 p { color: rgb(181,216,11); }

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

background-color css

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

 a { background-color: rgb(181,216,11); }

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

border-color css

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

 span { border-color: rgb(181,216,11); }

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