Html Css Color HEX #B2D70E Inch Worm

📋 copy color: '#B2D70E'

red 178 ◦ green 215 ◦ blue 14

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

Shades of Inch Worm #B2D70E

Tints of Inch Worm #B2D70E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 52.83%

 BLUE value IS 14 (5.86% from 255) = 3.44%

R = 43.73%
G = 52.83%
B = 3.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#B2D70E (or 0xB2D70E) is known color: Inch Worm. HEX triplet: B2, D7 and 0E. RGB value is (178,215,14). Sum of RGB (Red+Green+Blue) = 178+215+14=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D70E is #4D28F1. Grayscale: #B5B5B5. Windows color (decimal): -5056754 or 972722. OLE color: 972722.

HSL color Cylindrical-coordinate representation of color #B2D70E: hue angle of 71.04º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2D70E is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 178 215 14 -
CMYK 0.17 0 0.93 0.16
HSL 71.04º 0.88% 0.45% -
HSV(B) 71.04º 0.93% 0.84% -
XYZ 42.74 58.1 9.38 -
YUV 181.02 33.74 125.84 -
System Red Green Blue C M Y K H S L
Decimal 178 215 14 0.17 0 0.93 0.16 71.04 0.88 0.45
Hex B2 D7 E 11 0 5D 10 47 58 2D
Octal 262 327 16 21 0 135 20 107 130 55
Binary 10110010 11010111 1110 10001 0 1011101 10000 1000111 1011000 101101

Color Harmonies of #B2D70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D70E

Black with #B2D70E

Text Example


Text Example

White with #B2D70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D70E; }

 p { color: rgb(178,215,14); }

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

background-color css

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

 a { background-color: rgb(178,215,14); }

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

border-color css

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

 span { border-color: rgb(178,215,14); }

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