Html Css Color HEX #BADD00 Inch Worm

📋 copy color: '#BADD00'

red 186 ◦ green 221 ◦ blue 0

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

Shades of Inch Worm #BADD00

Tints of Inch Worm #BADD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.7%
G = 54.3%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#BADD00 (or 0xBADD00) is known color: Inch Worm. HEX triplet: BA, DD and 00. RGB value is (186,221,0). Sum of RGB (Red+Green+Blue) = 186+221+0=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADD00 is #4522FF. Grayscale: #BABABA. Windows color (decimal): -4530944 or 56762. OLE color: 56762.

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

Color convert

RGB 186 221 0 -
CMYK 0.16 0 1 0.13
HSL 69.5º 1% 0.43% -
HSV(B) 69.5º 1% 0.87% -
XYZ 46.11 62.15 9.57 -
YUV 185.34 23.4 128.47 -
System Red Green Blue C M Y K H S L
Decimal 186 221 0 0.16 0 1 0.13 69.5 1 0.43
Hex BA DD 0 10 0 64 D 46 64 2B
Octal 272 335 0 20 0 144 15 106 144 53
Binary 10111010 11011101 0 10000 0 1100100 1101 1000110 1100100 101011

Color Harmonies of #BADD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD00

Black with #BADD00

Text Example


Text Example

White with #BADD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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