Html Css Color HEX #BADD18 Inch Worm

📋 copy color: '#BADD18'

red 186 ◦ green 221 ◦ blue 24

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

Shades of Inch Worm #BADD18

Tints of Inch Worm #BADD18

RGB

 RED value IS 186 (73.05% from 255) = 43.16%

 GREEN value IS 221 (86.72% from 255) = 51.28%

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

R = 43.16%
G = 51.28%
B = 5.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#BADD18 (or 0xBADD18) is known color: Inch Worm. HEX triplet: BA, DD and 18. RGB value is (186,221,24). Sum of RGB (Red+Green+Blue) = 186+221+24=431 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.16% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 24 (9.77% from 255 or 5.57% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADD18 is #4522E7. Grayscale: #BCBCBC. Windows color (decimal): -4530920 or 1629626. OLE color: 1629626.

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

Color convert

RGB 186 221 24 -
CMYK 0.16 0 0.89 0.13
HSL 70.66º 0.8% 0.48% -
HSV(B) 70.66º 0.89% 0.87% -
XYZ 46.27 62.22 10.43 -
YUV 188.08 35.4 126.52 -
System Red Green Blue C M Y K H S L
Decimal 186 221 24 0.16 0 0.89 0.13 70.66 0.8 0.48
Hex BA DD 18 10 0 59 D 47 50 30
Octal 272 335 30 20 0 131 15 107 120 60
Binary 10111010 11011101 11000 10000 0 1011001 1101 1000111 1010000 110000

Color Harmonies of #BADD18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD18

Black with #BADD18

Text Example


Text Example

White with #BADD18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD18; }

 p { color: rgb(186,221,24); }

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

background-color css

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

 a { background-color: rgb(186,221,24); }

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

border-color css

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

 span { border-color: rgb(186,221,24); }

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