Html Css Color HEX #B2EF05 Inch Worm

📋 copy color: '#B2EF05'

red 178 ◦ green 239 ◦ blue 5

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

Shades of Inch Worm #B2EF05

Tints of Inch Worm #B2EF05

RGB

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

 GREEN value IS 239 (93.75% from 255) = 56.64%

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

R = 42.18%
G = 56.64%
B = 1.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#B2EF05 (or 0xB2EF05) is known color: Inch Worm. HEX triplet: B2, EF and 05. RGB value is (178,239,5). Sum of RGB (Red+Green+Blue) = 178+239+5=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 239 (93.75% from 255 or 56.64% from 422); Blue value is 5 (2.34% from 255 or 1.18% from 422); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EF05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2EF05 is #4D10FA. Grayscale: #C2C2C2. Windows color (decimal): -5050619 or 389042. OLE color: 389042.

HSL color Cylindrical-coordinate representation of color #B2EF05: hue angle of 75.64º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2EF05 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 239 5 -
CMYK 0.26 0 0.98 0.06
HSL 75.64º 0.96% 0.48% -
HSV(B) 75.64º 0.98% 0.94% -
XYZ 49.25 71.21 11.29 -
YUV 194.09 21.29 116.53 -
System Red Green Blue C M Y K H S L
Decimal 178 239 5 0.26 0 0.98 0.06 75.64 0.96 0.48
Hex B2 EF 5 1A 0 62 6 4C 60 30
Octal 262 357 5 32 0 142 6 114 140 60
Binary 10110010 11101111 101 11010 0 1100010 110 1001100 1100000 110000

Color Harmonies of #B2EF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EF05

Black with #B2EF05

Text Example


Text Example

White with #B2EF05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EF05; }

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

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

background-color css

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

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

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

border-color css

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

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

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