Html Css Color HEX #B4E320 Inch Worm

📋 copy color: '#B4E320'

red 180 ◦ green 227 ◦ blue 32

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

Shades of Inch Worm #B4E320

Tints of Inch Worm #B4E320

RGB

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

 GREEN value IS 227 (89.06% from 255) = 51.71%

 BLUE value IS 32 (12.89% from 255) = 7.29%

R = 41%
G = 51.71%
B = 7.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#B4E320 (or 0xB4E320) is known color: Inch Worm. HEX triplet: B4, E3 and 20. RGB value is (180,227,32). Sum of RGB (Red+Green+Blue) = 180+227+32=439 (58% of max value = 765). Red value is 180 (70.70% from 255 or 41.00% from 439); Green value is 227 (89.06% from 255 or 51.71% from 439); Blue value is 32 (12.89% from 255 or 7.29% from 439); Max value from RGB is 227 - color contains mainly: green. Hex color #B4E320 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E320 is #4B1CDF. Grayscale: #BFBFBF. Windows color (decimal): -4922592 or 2155444. OLE color: 2155444.

HSL color Cylindrical-coordinate representation of color #B4E320: hue angle of 74.46º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B4E320 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 227 32 -
CMYK 0.21 0 0.86 0.11
HSL 74.46º 0.78% 0.51% -
HSV(B) 74.46º 0.86% 0.89% -
XYZ 46.55 64.75 11.41 -
YUV 190.72 38.43 120.36 -
System Red Green Blue C M Y K H S L
Decimal 180 227 32 0.21 0 0.86 0.11 74.46 0.78 0.51
Hex B4 E3 20 15 0 56 B 4A 4E 33
Octal 264 343 40 25 0 126 13 112 116 63
Binary 10110100 11100011 100000 10101 0 1010110 1011 1001010 1001110 110011

Color Harmonies of #B4E320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E320

Black with #B4E320

Text Example


Text Example

White with #B4E320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E320; }

 p { color: rgb(180,227,32); }

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

background-color css

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

 a { background-color: rgb(180,227,32); }

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

border-color css

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

 span { border-color: rgb(180,227,32); }

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