Html Css Color HEX #BADE1E Inch Worm

📋 copy color: '#BADE1E'

red 186 ◦ green 222 ◦ blue 30

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

Shades of Inch Worm #BADE1E

Tints of Inch Worm #BADE1E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.68%

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

R = 42.47%
G = 50.68%
B = 6.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#BADE1E (or 0xBADE1E) is known color: Inch Worm. HEX triplet: BA, DE and 1E. RGB value is (186,222,30). Sum of RGB (Red+Green+Blue) = 186+222+30=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 222 (87.11% from 255 or 50.68% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADE1E is #4521E1. Grayscale: #BEBEBE. Windows color (decimal): -4530658 or 2023098. OLE color: 2023098.

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

Color convert

RGB 186 222 30 -
CMYK 0.16 0 0.86 0.13
HSL 71.25º 0.76% 0.49% -
HSV(B) 71.25º 0.86% 0.87% -
XYZ 46.61 62.78 10.89 -
YUV 189.35 38.07 125.61 -
System Red Green Blue C M Y K H S L
Decimal 186 222 30 0.16 0 0.86 0.13 71.25 0.76 0.49
Hex BA DE 1E 10 0 56 D 47 4C 31
Octal 272 336 36 20 0 126 15 107 114 61
Binary 10111010 11011110 11110 10000 0 1010110 1101 1000111 1001100 110001

Color Harmonies of #BADE1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE1E

Black with #BADE1E

Text Example


Text Example

White with #BADE1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE1E; }

 p { color: rgb(186,222,30); }

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

background-color css

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

 a { background-color: rgb(186,222,30); }

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

border-color css

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

 span { border-color: rgb(186,222,30); }

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