Html Css Color HEX #B0D41B Inch Worm

📋 copy color: '#B0D41B'

red 176 ◦ green 212 ◦ blue 27

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

Shades of Inch Worm #B0D41B

Tints of Inch Worm #B0D41B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 51.08%

 BLUE value IS 27 (10.94% from 255) = 6.51%

R = 42.41%
G = 51.08%
B = 6.51%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#B0D41B (or 0xB0D41B) is known color: Inch Worm. HEX triplet: B0, D4 and 1B. RGB value is (176,212,27). Sum of RGB (Red+Green+Blue) = 176+212+27=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 212 (83.20% from 255 or 51.08% from 415); Blue value is 27 (10.94% from 255 or 6.51% from 415); Max value from RGB is 212 - color contains mainly: green. Hex color #B0D41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B0D41B is #4F2BE4. Grayscale: #B4B4B4. Windows color (decimal): -5188581 or 1823920. OLE color: 1823920.

HSL color Cylindrical-coordinate representation of color #B0D41B: hue angle of 71.68º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B0D41B is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 176 212 27 -
CMYK 0.17 0 0.87 0.17
HSL 71.68º 0.77% 0.47% -
HSV(B) 71.68º 0.87% 0.83% -
XYZ 41.65 56.4 9.73 -
YUV 180.15 41.57 125.04 -
System Red Green Blue C M Y K H S L
Decimal 176 212 27 0.17 0 0.87 0.17 71.68 0.77 0.47
Hex B0 D4 1B 11 0 57 11 48 4D 2F
Octal 260 324 33 21 0 127 21 110 115 57
Binary 10110000 11010100 11011 10001 0 1010111 10001 1001000 1001101 101111

Color Harmonies of #B0D41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D41B

Black with #B0D41B

Text Example


Text Example

White with #B0D41B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D41B; }

 p { color: rgb(176,212,27); }

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

background-color css

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

 a { background-color: rgb(176,212,27); }

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

border-color css

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

 span { border-color: rgb(176,212,27); }

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