Html Css Color HEX #B2E70D Inch Worm

📋 copy color: '#B2E70D'

red 178 ◦ green 231 ◦ blue 13

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

Shades of Inch Worm #B2E70D

Tints of Inch Worm #B2E70D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 54.74%

 BLUE value IS 13 (5.47% from 255) = 3.08%

R = 42.18%
G = 54.74%
B = 3.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#B2E70D (or 0xB2E70D) is known color: Inch Worm. HEX triplet: B2, E7 and 0D. RGB value is (178,231,13). Sum of RGB (Red+Green+Blue) = 178+231+13=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 231 (90.62% from 255 or 54.74% from 422); Blue value is 13 (5.47% from 255 or 3.08% from 422); Max value from RGB is 231 - color contains mainly: green. Hex color #B2E70D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2E70D is #4D18F2. Grayscale: #BFBFBF. Windows color (decimal): -5052659 or 911282. OLE color: 911282.

HSL color Cylindrical-coordinate representation of color #B2E70D: hue angle of 74.59º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2E70D is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 178 231 13 -
CMYK 0.23 0 0.94 0.09
HSL 74.59º 0.89% 0.48% -
HSV(B) 74.59º 0.94% 0.91% -
XYZ 47.01 66.65 10.77 -
YUV 190.3 27.94 119.23 -
System Red Green Blue C M Y K H S L
Decimal 178 231 13 0.23 0 0.94 0.09 74.59 0.89 0.48
Hex B2 E7 D 17 0 5E 9 4B 59 30
Octal 262 347 15 27 0 136 11 113 131 60
Binary 10110010 11100111 1101 10111 0 1011110 1001 1001011 1011001 110000

Color Harmonies of #B2E70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E70D

Black with #B2E70D

Text Example


Text Example

White with #B2E70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E70D; }

 p { color: rgb(178,231,13); }

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

background-color css

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

 a { background-color: rgb(178,231,13); }

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

border-color css

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

 span { border-color: rgb(178,231,13); }

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