Html Css Color HEX #B2E505 Inch Worm

📋 copy color: '#B2E505'

red 178 ◦ green 229 ◦ blue 5

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

Shades of Inch Worm #B2E505

Tints of Inch Worm #B2E505

RGB

 RED value IS 178 (69.92% from 255) = 43.2%

 GREEN value IS 229 (89.84% from 255) = 55.58%

 BLUE value IS 5 (2.34% from 255) = 1.21%

R = 43.2%
G = 55.58%
B = 1.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#B2E505 (or 0xB2E505) is known color: Inch Worm. HEX triplet: B2, E5 and 05. RGB value is (178,229,5). Sum of RGB (Red+Green+Blue) = 178+229+5=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 229 (89.84% from 255 or 55.58% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 229 - color contains mainly: green. Hex color #B2E505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2E505 is #4D1AFA. Grayscale: #BDBDBD. Windows color (decimal): -5053179 or 386482. OLE color: 386482.

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

Color convert

RGB 178 229 5 -
CMYK 0.22 0 0.98 0.10
HSL 73.66º 0.96% 0.46% -
HSV(B) 73.66º 0.98% 0.9% -
XYZ 46.41 65.51 10.34 -
YUV 188.22 24.6 120.71 -
System Red Green Blue C M Y K H S L
Decimal 178 229 5 0.22 0 0.98 0.10 73.66 0.96 0.46
Hex B2 E5 5 16 0 62 A 4A 60 2E
Octal 262 345 5 26 0 142 12 112 140 56
Binary 10110010 11100101 101 10110 0 1100010 1010 1001010 1100000 101110

Color Harmonies of #B2E505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E505

Black with #B2E505

Text Example


Text Example

White with #B2E505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E505; }

 p { color: rgb(178,229,5); }

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

background-color css

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

 a { background-color: rgb(178,229,5); }

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

border-color css

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

 span { border-color: rgb(178,229,5); }

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