Html Css Color HEX #BADF14 Inch Worm

📋 copy color: '#BADF14'

red 186 ◦ green 223 ◦ blue 20

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

Shades of Inch Worm #BADF14

Tints of Inch Worm #BADF14

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.98%

 BLUE value IS 20 (8.2% from 255) = 4.66%

R = 43.36%
G = 51.98%
B = 4.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#BADF14 (or 0xBADF14) is known color: Inch Worm. HEX triplet: BA, DF and 14. RGB value is (186,223,20). Sum of RGB (Red+Green+Blue) = 186+223+20=429 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.36% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADF14 is #4520EB. Grayscale: #BDBDBD. Windows color (decimal): -4530412 or 1367994. OLE color: 1367994.

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

Color convert

RGB 186 223 20 -
CMYK 0.17 0 0.91 0.13
HSL 70.94º 0.84% 0.48% -
HSV(B) 70.94º 0.91% 0.87% -
XYZ 46.76 63.26 10.41 -
YUV 188.8 32.74 126.01 -
System Red Green Blue C M Y K H S L
Decimal 186 223 20 0.17 0 0.91 0.13 70.94 0.84 0.48
Hex BA DF 14 11 0 5B D 47 54 30
Octal 272 337 24 21 0 133 15 107 124 60
Binary 10111010 11011111 10100 10001 0 1011011 1101 1000111 1010100 110000

Color Harmonies of #BADF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF14

Black with #BADF14

Text Example


Text Example

White with #BADF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF14; }

 p { color: rgb(186,223,20); }

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

background-color css

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

 a { background-color: rgb(186,223,20); }

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

border-color css

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

 span { border-color: rgb(186,223,20); }

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