Html Css Color HEX #B2D71E Inch Worm

📋 copy color: '#B2D71E'

red 178 ◦ green 215 ◦ blue 30

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

Shades of Inch Worm #B2D71E

Tints of Inch Worm #B2D71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.09%

R = 42.08%
G = 50.83%
B = 7.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#B2D71E (or 0xB2D71E) is known color: Inch Worm. HEX triplet: B2, D7 and 1E. RGB value is (178,215,30). Sum of RGB (Red+Green+Blue) = 178+215+30=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 30 (12.11% from 255 or 7.09% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #B2D71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D71E is #4D28E1. Grayscale: #B7B7B7. Windows color (decimal): -5056738 or 2021298. OLE color: 2021298.

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

Color convert

RGB 178 215 30 -
CMYK 0.17 0 0.86 0.16
HSL 72º 0.76% 0.48% -
HSV(B) 72º 0.86% 0.84% -
XYZ 42.89 58.16 10.19 -
YUV 182.85 41.74 124.54 -
System Red Green Blue C M Y K H S L
Decimal 178 215 30 0.17 0 0.86 0.16 72 0.76 0.48
Hex B2 D7 1E 11 0 56 10 48 4C 30
Octal 262 327 36 21 0 126 20 110 114 60
Binary 10110010 11010111 11110 10001 0 1010110 10000 1001000 1001100 110000

Color Harmonies of #B2D71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D71E

Black with #B2D71E

Text Example


Text Example

White with #B2D71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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