Html Css Color HEX #B2ED0F Inch Worm

📋 copy color: '#B2ED0F'

red 178 ◦ green 237 ◦ blue 15

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

Shades of Inch Worm #B2ED0F

Tints of Inch Worm #B2ED0F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 55.12%

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

R = 41.4%
G = 55.12%
B = 3.49%

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

#B2ED0F (or 0xB2ED0F) is known color: Inch Worm. HEX triplet: B2, ED and 0F. RGB value is (178,237,15). Sum of RGB (Red+Green+Blue) = 178+237+15=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 237 (92.97% from 255 or 55.12% from 430); Blue value is 15 (6.25% from 255 or 3.49% from 430); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2ED0F is #4D12F0. Grayscale: #C2C2C2. Windows color (decimal): -5051121 or 1043890. OLE color: 1043890.

HSL color Cylindrical-coordinate representation of color #B2ED0F: hue angle of 75.95º 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 #B2ED0F is Cyan = 0.25, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 237 15 -
CMYK 0.25 0 0.94 0.07
HSL 75.95º 0.88% 0.49% -
HSV(B) 75.95º 0.94% 0.93% -
XYZ 48.73 70.07 11.41 -
YUV 194.05 26.95 116.55 -
System Red Green Blue C M Y K H S L
Decimal 178 237 15 0.25 0 0.94 0.07 75.95 0.88 0.49
Hex B2 ED F 19 0 5E 7 4C 58 31
Octal 262 355 17 31 0 136 7 114 130 61
Binary 10110010 11101101 1111 11001 0 1011110 111 1001100 1011000 110001

Color Harmonies of #B2ED0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ED0F

Black with #B2ED0F

Text Example


Text Example

White with #B2ED0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ED0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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