Html Css Color HEX #B2D618 Inch Worm

📋 copy color: '#B2D618'

red 178 ◦ green 214 ◦ blue 24

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

Shades of Inch Worm #B2D618

Tints of Inch Worm #B2D618

RGB

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

 GREEN value IS 214 (83.98% from 255) = 51.44%

 BLUE value IS 24 (9.77% from 255) = 5.77%

R = 42.79%
G = 51.44%
B = 5.77%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#B2D618 (or 0xB2D618) is known color: Inch Worm. HEX triplet: B2, D6 and 18. RGB value is (178,214,24). Sum of RGB (Red+Green+Blue) = 178+214+24=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 214 (83.98% from 255 or 51.44% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 214 - color contains mainly: green. Hex color #B2D618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2D618 is #4D29E7. Grayscale: #B6B6B6. Windows color (decimal): -5057000 or 1627826. OLE color: 1627826.

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

Color convert

RGB 178 214 24 -
CMYK 0.17 0 0.89 0.16
HSL 71.37º 0.8% 0.47% -
HSV(B) 71.37º 0.89% 0.84% -
XYZ 42.57 57.62 9.74 -
YUV 181.58 39.07 125.45 -
System Red Green Blue C M Y K H S L
Decimal 178 214 24 0.17 0 0.89 0.16 71.37 0.8 0.47
Hex B2 D6 18 11 0 59 10 47 50 2F
Octal 262 326 30 21 0 131 20 107 120 57
Binary 10110010 11010110 11000 10001 0 1011001 10000 1000111 1010000 101111

Color Harmonies of #B2D618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D618

Black with #B2D618

Text Example


Text Example

White with #B2D618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D618; }

 p { color: rgb(178,214,24); }

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

background-color css

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

 a { background-color: rgb(178,214,24); }

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

border-color css

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

 span { border-color: rgb(178,214,24); }

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