Html Css Color HEX #BADE04 Inch Worm

📋 copy color: '#BADE04'

red 186 ◦ green 222 ◦ blue 4

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

Shades of Inch Worm #BADE04

Tints of Inch Worm #BADE04

RGB

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

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

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

R = 45.15%
G = 53.88%
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

#BADE04 (or 0xBADE04) is known color: Inch Worm. HEX triplet: BA, DE and 04. RGB value is (186,222,4). Sum of RGB (Red+Green+Blue) = 186+222+4=412 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.15% from 412); Green value is 222 (87.11% from 255 or 53.88% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 222 - color contains mainly: green. Hex color #BADE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADE04 is #4521FB. Grayscale: #BBBBBB. Windows color (decimal): -4530684 or 319162. OLE color: 319162.

HSL color Cylindrical-coordinate representation of color #BADE04: hue angle of 69.91º 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 #BADE04 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 222 4 -
CMYK 0.16 0 0.98 0.13
HSL 69.91º 0.96% 0.44% -
HSV(B) 69.91º 0.98% 0.87% -
XYZ 46.39 62.69 9.77 -
YUV 186.38 25.07 127.73 -
System Red Green Blue C M Y K H S L
Decimal 186 222 4 0.16 0 0.98 0.13 69.91 0.96 0.44
Hex BA DE 4 10 0 62 D 46 60 2C
Octal 272 336 4 20 0 142 15 106 140 54
Binary 10111010 11011110 100 10000 0 1100010 1101 1000110 1100000 101100

Color Harmonies of #BADE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADE04

Black with #BADE04

Text Example


Text Example

White with #BADE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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