Html Css Color HEX #BADD04 Inch Worm

📋 copy color: '#BADD04'

red 186 ◦ green 221 ◦ blue 4

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

Shades of Inch Worm #BADD04

Tints of Inch Worm #BADD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.97%

R = 45.26%
G = 53.77%
B = 0.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#BADD04 (or 0xBADD04) is known color: Inch Worm. HEX triplet: BA, DD and 04. RGB value is (186,221,4). Sum of RGB (Red+Green+Blue) = 186+221+4=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 221 (86.72% from 255 or 53.77% from 411); Blue value is 4 (1.95% from 255 or 0.97% from 411); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADD04 is #4522FB. Grayscale: #BABABA. Windows color (decimal): -4530940 or 318906. OLE color: 318906.

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

Color convert

RGB 186 221 4 -
CMYK 0.16 0 0.98 0.13
HSL 69.68º 0.96% 0.44% -
HSV(B) 69.68º 0.98% 0.87% -
XYZ 46.13 62.16 9.68 -
YUV 185.8 25.4 128.14 -
System Red Green Blue C M Y K H S L
Decimal 186 221 4 0.16 0 0.98 0.13 69.68 0.96 0.44
Hex BA DD 4 10 0 62 D 46 60 2C
Octal 272 335 4 20 0 142 15 106 140 54
Binary 10111010 11011101 100 10000 0 1100010 1101 1000110 1100000 101100

Color Harmonies of #BADD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD04

Black with #BADD04

Text Example


Text Example

White with #BADD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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