Html Css Color HEX #B2ED0D Inch Worm

📋 copy color: '#B2ED0D'

red 178 ◦ green 237 ◦ blue 13

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

Shades of Inch Worm #B2ED0D

Tints of Inch Worm #B2ED0D

RGB

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

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

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

R = 41.59%
G = 55.37%
B = 3.04%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#B2ED0D (or 0xB2ED0D) is known color: Inch Worm. HEX triplet: B2, ED and 0D. RGB value is (178,237,13). Sum of RGB (Red+Green+Blue) = 178+237+13=428 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.59% from 428); Green value is 237 (92.97% from 255 or 55.37% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2ED0D is #4D12F2. Grayscale: #C2C2C2. Windows color (decimal): -5051123 or 912818. OLE color: 912818.

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

Color convert

RGB 178 237 13 -
CMYK 0.25 0 0.95 0.07
HSL 75.8º 0.9% 0.49% -
HSV(B) 75.8º 0.95% 0.93% -
XYZ 48.72 70.06 11.34 -
YUV 193.82 25.95 116.71 -
System Red Green Blue C M Y K H S L
Decimal 178 237 13 0.25 0 0.95 0.07 75.8 0.9 0.49
Hex B2 ED D 19 0 5F 7 4C 5A 31
Octal 262 355 15 31 0 137 7 114 132 61
Binary 10110010 11101101 1101 11001 0 1011111 111 1001100 1011010 110001

Color Harmonies of #B2ED0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ED0D

Black with #B2ED0D

Text Example


Text Example

White with #B2ED0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ED0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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