Html Css Color HEX #BADD07 Inch Worm

📋 copy color: '#BADD07'

red 186 ◦ green 221 ◦ blue 7

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

Shades of Inch Worm #BADD07

Tints of Inch Worm #BADD07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.69%

R = 44.93%
G = 53.38%
B = 1.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#BADD07 (or 0xBADD07) is known color: Inch Worm. HEX triplet: BA, DD and 07. RGB value is (186,221,7). Sum of RGB (Red+Green+Blue) = 186+221+7=414 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.93% from 414); Green value is 221 (86.72% from 255 or 53.38% from 414); Blue value is 7 (3.12% from 255 or 1.69% from 414); Max value from RGB is 221 - color contains mainly: green. Hex color #BADD07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADD07 is #4522F8. Grayscale: #BABABA. Windows color (decimal): -4530937 or 515514. OLE color: 515514.

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

Color convert

RGB 186 221 7 -
CMYK 0.16 0 0.97 0.13
HSL 69.81º 0.94% 0.45% -
HSV(B) 69.81º 0.97% 0.87% -
XYZ 46.14 62.17 9.77 -
YUV 186.14 26.9 127.9 -
System Red Green Blue C M Y K H S L
Decimal 186 221 7 0.16 0 0.97 0.13 69.81 0.94 0.45
Hex BA DD 7 10 0 61 D 46 5E 2D
Octal 272 335 7 20 0 141 15 106 136 55
Binary 10111010 11011101 111 10000 0 1100001 1101 1000110 1011110 101101

Color Harmonies of #BADD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADD07

Black with #BADD07

Text Example


Text Example

White with #BADD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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