Html Css Color HEX #BADF04 Inch Worm

📋 copy color: '#BADF04'

red 186 ◦ green 223 ◦ blue 4

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

Shades of Inch Worm #BADF04

Tints of Inch Worm #BADF04

RGB

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

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

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

R = 45.04%
G = 54%
B = 0.97%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#BADF04 (or 0xBADF04) is known color: Inch Worm. HEX triplet: BA, DF and 04. RGB value is (186,223,4). Sum of RGB (Red+Green+Blue) = 186+223+4=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADF04 is #4520FB. Grayscale: #BBBBBB. Windows color (decimal): -4530428 or 319418. OLE color: 319418.

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

Color convert

RGB 186 223 4 -
CMYK 0.17 0 0.98 0.13
HSL 70.14º 0.96% 0.45% -
HSV(B) 70.14º 0.98% 0.87% -
XYZ 46.66 63.22 9.86 -
YUV 186.97 24.74 127.31 -
System Red Green Blue C M Y K H S L
Decimal 186 223 4 0.17 0 0.98 0.13 70.14 0.96 0.45
Hex BA DF 4 11 0 62 D 46 60 2D
Octal 272 337 4 21 0 142 15 106 140 55
Binary 10111010 11011111 100 10001 0 1100010 1101 1000110 1100000 101101

Color Harmonies of #BADF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF04

Black with #BADF04

Text Example


Text Example

White with #BADF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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