Html Css Color HEX #BADF00 Inch Worm

📋 copy color: '#BADF00'

red 186 ◦ green 223 ◦ blue 0

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

Shades of Inch Worm #BADF00

Tints of Inch Worm #BADF00

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.52%

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

R = 45.48%
G = 54.52%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#BADF00 (or 0xBADF00) is known color: Inch Worm. HEX triplet: BA, DF and 00. RGB value is (186,223,0). Sum of RGB (Red+Green+Blue) = 186+223+0=409 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.48% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADF00 is #4520FF. Grayscale: #BBBBBB. Windows color (decimal): -4530432 or 57274. OLE color: 57274.

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

Color convert

RGB 186 223 0 -
CMYK 0.17 0 1 0.13
HSL 69.96º 1% 0.44% -
HSV(B) 69.96º 1% 0.87% -
XYZ 46.64 63.21 9.74 -
YUV 186.52 22.74 127.63 -
System Red Green Blue C M Y K H S L
Decimal 186 223 0 0.17 0 1 0.13 69.96 1 0.44
Hex BA DF 0 11 0 64 D 46 64 2C
Octal 272 337 0 21 0 144 15 106 144 54
Binary 10111010 11011111 0 10001 0 1100100 1101 1000110 1100100 101100

Color Harmonies of #BADF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF00

Black with #BADF00

Text Example


Text Example

White with #BADF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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