Html Css Color HEX #B0D618 Inch Worm

📋 copy color: '#B0D618'

red 176 ◦ green 214 ◦ blue 24

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

Shades of Inch Worm #B0D618

Tints of Inch Worm #B0D618

RGB

 RED value IS 176 (69.14% from 255) = 42.51%

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

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

R = 42.51%
G = 51.69%
B = 5.8%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#B0D618 (or 0xB0D618) is known color: Inch Worm. HEX triplet: B0, D6 and 18. RGB value is (176,214,24). Sum of RGB (Red+Green+Blue) = 176+214+24=414 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.51% from 414); Green value is 214 (83.98% from 255 or 51.69% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 214 - color contains mainly: green. Hex color #B0D618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0D618 is #4F29E7. Grayscale: #B5B5B5. Windows color (decimal): -5188072 or 1627824. OLE color: 1627824.

HSL color Cylindrical-coordinate representation of color #B0D618: hue angle of 72º 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 #B0D618 is Cyan = 0.18, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 214 24 -
CMYK 0.18 0 0.89 0.16
HSL 72º 0.8% 0.47% -
HSV(B) 72º 0.89% 0.84% -
XYZ 42.12 57.39 9.72 -
YUV 180.98 39.41 124.45 -
System Red Green Blue C M Y K H S L
Decimal 176 214 24 0.18 0 0.89 0.16 72 0.8 0.47
Hex B0 D6 18 12 0 59 10 48 50 2F
Octal 260 326 30 22 0 131 20 110 120 57
Binary 10110000 11010110 11000 10010 0 1011001 10000 1001000 1010000 101111

Color Harmonies of #B0D618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D618

Black with #B0D618

Text Example


Text Example

White with #B0D618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D618; }

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

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

background-color css

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

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

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

border-color css

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

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

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