Html Css Color HEX #BADF15 Inch Worm

📋 copy color: '#BADF15'

red 186 ◦ green 223 ◦ blue 21

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

Shades of Inch Worm #BADF15

Tints of Inch Worm #BADF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.88%

R = 43.26%
G = 51.86%
B = 4.88%

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

#BADF15 (or 0xBADF15) is known color: Inch Worm. HEX triplet: BA, DF and 15. RGB value is (186,223,21). Sum of RGB (Red+Green+Blue) = 186+223+21=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADF15 is #4520EA. Grayscale: #BDBDBD. Windows color (decimal): -4530411 or 1433530. OLE color: 1433530.

HSL color Cylindrical-coordinate representation of color #BADF15: hue angle of 70.99º degrees, saturation: 0.83, 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 #BADF15 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 21 -
CMYK 0.17 0 0.91 0.13
HSL 70.99º 0.83% 0.48% -
HSV(B) 70.99º 0.91% 0.87% -
XYZ 46.77 63.27 10.46 -
YUV 188.91 33.24 125.93 -
System Red Green Blue C M Y K H S L
Decimal 186 223 21 0.17 0 0.91 0.13 70.99 0.83 0.48
Hex BA DF 15 11 0 5B D 47 53 30
Octal 272 337 25 21 0 133 15 107 123 60
Binary 10111010 11011111 10101 10001 0 1011011 1101 1000111 1010011 110000

Color Harmonies of #BADF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF15

Black with #BADF15

Text Example


Text Example

White with #BADF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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