Html Css Color HEX #B4E420 Inch Worm

📋 copy color: '#B4E420'

red 180 ◦ green 228 ◦ blue 32

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

Shades of Inch Worm #B4E420

Tints of Inch Worm #B4E420

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.82%

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

R = 40.91%
G = 51.82%
B = 7.27%

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

#B4E420 (or 0xB4E420) is known color: Inch Worm. HEX triplet: B4, E4 and 20. RGB value is (180,228,32). Sum of RGB (Red+Green+Blue) = 180+228+32=440 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.91% from 440); Green value is 228 (89.45% from 255 or 51.82% from 440); Blue value is 32 (12.89% from 255 or 7.27% from 440); Max value from RGB is 228 - color contains mainly: green. Hex color #B4E420 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4E420 is #4B1BDF. Grayscale: #C0C0C0. Windows color (decimal): -4922336 or 2155700. OLE color: 2155700.

HSL color Cylindrical-coordinate representation of color #B4E420: hue angle of 74.69º 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 #B4E420 is Cyan = 0.21, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 180 228 32 -
CMYK 0.21 0 0.86 0.11
HSL 74.69º 0.78% 0.51% -
HSV(B) 74.69º 0.86% 0.89% -
XYZ 46.83 65.29 11.5 -
YUV 191.3 38.1 119.94 -
System Red Green Blue C M Y K H S L
Decimal 180 228 32 0.21 0 0.86 0.11 74.69 0.78 0.51
Hex B4 E4 20 15 0 56 B 4B 4E 33
Octal 264 344 40 25 0 126 13 113 116 63
Binary 10110100 11100100 100000 10101 0 1010110 1011 1001011 1001110 110011

Color Harmonies of #B4E420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E420

Black with #B4E420

Text Example


Text Example

White with #B4E420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E420; }

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

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

background-color css

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

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

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

border-color css

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

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

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