Html Css Color HEX #B2EC0F Inch Worm

📋 copy color: '#B2EC0F'

red 178 ◦ green 236 ◦ blue 15

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

Shades of Inch Worm #B2EC0F

Tints of Inch Worm #B2EC0F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 55.01%

 BLUE value IS 15 (6.25% from 255) = 3.5%

R = 41.49%
G = 55.01%
B = 3.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#B2EC0F (or 0xB2EC0F) is known color: Inch Worm. HEX triplet: B2, EC and 0F. RGB value is (178,236,15). Sum of RGB (Red+Green+Blue) = 178+236+15=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 236 (92.58% from 255 or 55.01% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2EC0F is #4D13F0. Grayscale: #C2C2C2. Windows color (decimal): -5051377 or 1043634. OLE color: 1043634.

HSL color Cylindrical-coordinate representation of color #B2EC0F: hue angle of 75.75º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2EC0F is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 236 15 -
CMYK 0.25 0 0.94 0.07
HSL 75.75º 0.88% 0.49% -
HSV(B) 75.75º 0.94% 0.93% -
XYZ 48.44 69.49 11.31 -
YUV 193.46 27.28 116.97 -
System Red Green Blue C M Y K H S L
Decimal 178 236 15 0.25 0 0.94 0.07 75.75 0.88 0.49
Hex B2 EC F 19 0 5E 7 4C 58 31
Octal 262 354 17 31 0 136 7 114 130 61
Binary 10110010 11101100 1111 11001 0 1011110 111 1001100 1011000 110001

Color Harmonies of #B2EC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EC0F

Black with #B2EC0F

Text Example


Text Example

White with #B2EC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EC0F; }

 p { color: rgb(178,236,15); }

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

background-color css

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

 a { background-color: rgb(178,236,15); }

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

border-color css

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

 span { border-color: rgb(178,236,15); }

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