Html Css Color HEX #B5D70B Inch Worm

📋 copy color: '#B5D70B'

red 181 ◦ green 215 ◦ blue 11

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

Shades of Inch Worm #B5D70B

Tints of Inch Worm #B5D70B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.83%

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

R = 44.47%
G = 52.83%
B = 2.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#B5D70B (or 0xB5D70B) is known color: Inch Worm. HEX triplet: B5, D7 and 0B. RGB value is (181,215,11). Sum of RGB (Red+Green+Blue) = 181+215+11=407 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.47% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 11 (4.69% from 255 or 2.70% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D70B is #4A28F4. Grayscale: #B6B6B6. Windows color (decimal): -4860149 or 776117. OLE color: 776117.

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

Color convert

RGB 181 215 11 -
CMYK 0.16 0 0.95 0.16
HSL 70º 0.9% 0.44% -
HSV(B) 70º 0.95% 0.84% -
XYZ 43.42 58.45 9.31 -
YUV 181.58 31.74 127.59 -
System Red Green Blue C M Y K H S L
Decimal 181 215 11 0.16 0 0.95 0.16 70 0.9 0.44
Hex B5 D7 B 10 0 5F 10 46 5A 2C
Octal 265 327 13 20 0 137 20 106 132 54
Binary 10110101 11010111 1011 10000 0 1011111 10000 1000110 1011010 101100

Color Harmonies of #B5D70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D70B

Black with #B5D70B

Text Example


Text Example

White with #B5D70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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