Html Css Color HEX #B2DA18 Inch Worm

📋 copy color: '#B2DA18'

red 178 ◦ green 218 ◦ blue 24

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

Shades of Inch Worm #B2DA18

Tints of Inch Worm #B2DA18

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.9%

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

R = 42.38%
G = 51.9%
B = 5.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#B2DA18 (or 0xB2DA18) is known color: Inch Worm. HEX triplet: B2, DA and 18. RGB value is (178,218,24). Sum of RGB (Red+Green+Blue) = 178+218+24=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 24 (9.77% from 255 or 5.71% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DA18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2DA18 is #4D25E7. Grayscale: #B8B8B8. Windows color (decimal): -5055976 or 1628850. OLE color: 1628850.

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

Color convert

RGB 178 218 24 -
CMYK 0.18 0 0.89 0.15
HSL 72.37º 0.8% 0.47% -
HSV(B) 72.37º 0.89% 0.85% -
XYZ 43.6 59.67 10.08 -
YUV 183.92 37.75 123.77 -
System Red Green Blue C M Y K H S L
Decimal 178 218 24 0.18 0 0.89 0.15 72.37 0.8 0.47
Hex B2 DA 18 12 0 59 F 48 50 2F
Octal 262 332 30 22 0 131 17 110 120 57
Binary 10110010 11011010 11000 10010 0 1011001 1111 1001000 1010000 101111

Color Harmonies of #B2DA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DA18

Black with #B2DA18

Text Example


Text Example

White with #B2DA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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