Html Css Color HEX #BADD03 Inch Worm

📋 copy color: '#BADD03'

red 186 ◦ green 221 ◦ blue 3

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

Shades of Inch Worm #BADD03

Tints of Inch Worm #BADD03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.73%

R = 45.37%
G = 53.9%
B = 0.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#BADD03 (or 0xBADD03) is known color: Inch Worm. HEX triplet: BA, DD and 03. RGB value is (186,221,3). Sum of RGB (Red+Green+Blue) = 186+221+3=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 221 (86.72% from 255 or 53.90% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADD03 is #4522FC. Grayscale: #BABABA. Windows color (decimal): -4530941 or 253370. OLE color: 253370.

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

Color convert

RGB 186 221 3 -
CMYK 0.16 0 0.99 0.13
HSL 69.63º 0.97% 0.44% -
HSV(B) 69.63º 0.99% 0.87% -
XYZ 46.12 62.16 9.65 -
YUV 185.68 24.9 128.23 -
System Red Green Blue C M Y K H S L
Decimal 186 221 3 0.16 0 0.99 0.13 69.63 0.97 0.44
Hex BA DD 3 10 0 63 D 46 61 2C
Octal 272 335 3 20 0 143 15 106 141 54
Binary 10111010 11011101 11 10000 0 1100011 1101 1000110 1100001 101100

Color Harmonies of #BADD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD03

Black with #BADD03

Text Example


Text Example

White with #BADD03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD03; }

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

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

background-color css

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

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

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

border-color css

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

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

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