Html Css Color HEX #B4E610 Inch Worm

📋 copy color: '#B4E610'

red 180 ◦ green 230 ◦ blue 16

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

Shades of Inch Worm #B4E610

Tints of Inch Worm #B4E610

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.99%

 BLUE value IS 16 (6.64% from 255) = 3.76%

R = 42.25%
G = 53.99%
B = 3.76%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#B4E610 (or 0xB4E610) is known color: Inch Worm. HEX triplet: B4, E6 and 10. RGB value is (180,230,16). Sum of RGB (Red+Green+Blue) = 180+230+16=426 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.25% from 426); Green value is 230 (90.23% from 255 or 53.99% from 426); Blue value is 16 (6.64% from 255 or 3.76% from 426); Max value from RGB is 230 - color contains mainly: green. Hex color #B4E610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B4E610 is #4B19EF. Grayscale: #BFBFBF. Windows color (decimal): -4921840 or 1107636. OLE color: 1107636.

HSL color Cylindrical-coordinate representation of color #B4E610: hue angle of 74.02º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4E610 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 230 16 -
CMYK 0.22 0 0.93 0.10
HSL 74.02º 0.87% 0.48% -
HSV(B) 74.02º 0.93% 0.9% -
XYZ 47.21 66.33 10.81 -
YUV 190.65 29.44 120.4 -
System Red Green Blue C M Y K H S L
Decimal 180 230 16 0.22 0 0.93 0.10 74.02 0.87 0.48
Hex B4 E6 10 16 0 5D A 4A 57 30
Octal 264 346 20 26 0 135 12 112 127 60
Binary 10110100 11100110 10000 10110 0 1011101 1010 1001010 1010111 110000

Color Harmonies of #B4E610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4E610

Black with #B4E610

Text Example


Text Example

White with #B4E610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4E610; }

 p { color: rgb(180,230,16); }

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

background-color css

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

 a { background-color: rgb(180,230,16); }

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

border-color css

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

 span { border-color: rgb(180,230,16); }

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