Html Css Color HEX #B0D71D Inch Worm

📋 copy color: '#B0D71D'

red 176 ◦ green 215 ◦ blue 29

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

Shades of Inch Worm #B0D71D

Tints of Inch Worm #B0D71D

RGB

 RED value IS 176 (69.14% from 255) = 41.9%

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

 BLUE value IS 29 (11.72% from 255) = 6.9%

R = 41.9%
G = 51.19%
B = 6.9%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#B0D71D (or 0xB0D71D) is known color: Inch Worm. HEX triplet: B0, D7 and 1D. RGB value is (176,215,29). Sum of RGB (Red+Green+Blue) = 176+215+29=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 215 (84.38% from 255 or 51.19% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 215 - color contains mainly: green. Hex color #B0D71D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D71D is #4F28E2. Grayscale: #B6B6B6. Windows color (decimal): -5187811 or 1955760. OLE color: 1955760.

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

Color convert

RGB 176 215 29 -
CMYK 0.18 0 0.87 0.16
HSL 72.58º 0.76% 0.48% -
HSV(B) 72.58º 0.87% 0.84% -
XYZ 42.43 57.92 10.11 -
YUV 182.14 41.58 123.62 -
System Red Green Blue C M Y K H S L
Decimal 176 215 29 0.18 0 0.87 0.16 72.58 0.76 0.48
Hex B0 D7 1D 12 0 57 10 49 4C 30
Octal 260 327 35 22 0 127 20 111 114 60
Binary 10110000 11010111 11101 10010 0 1010111 10000 1001001 1001100 110000

Color Harmonies of #B0D71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D71D

Black with #B0D71D

Text Example


Text Example

White with #B0D71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D71D; }

 p { color: rgb(176,215,29); }

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

background-color css

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

 a { background-color: rgb(176,215,29); }

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

border-color css

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

 span { border-color: rgb(176,215,29); }

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