Html Css Color HEX #BADF02 Inch Worm

📋 copy color: '#BADF02'

red 186 ◦ green 223 ◦ blue 2

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

Shades of Inch Worm #BADF02

Tints of Inch Worm #BADF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 45.26%
G = 54.26%
B = 0.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#BADF02 (or 0xBADF02) is known color: Inch Worm. HEX triplet: BA, DF and 02. RGB value is (186,223,2). Sum of RGB (Red+Green+Blue) = 186+223+2=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 223 (87.5% from 255 or 54.26% from 411); Blue value is 2 (1.17% from 255 or 0.49% from 411); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BADF02 is #4520FD. Grayscale: #BBBBBB. Windows color (decimal): -4530430 or 188346. OLE color: 188346.

HSL color Cylindrical-coordinate representation of color #BADF02: hue angle of 70.05º degrees, saturation: 0.98, 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 #BADF02 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 186 223 2 -
CMYK 0.17 0 0.99 0.13
HSL 70.05º 0.98% 0.44% -
HSV(B) 70.05º 0.99% 0.87% -
XYZ 46.65 63.22 9.8 -
YUV 186.74 23.74 127.47 -
System Red Green Blue C M Y K H S L
Decimal 186 223 2 0.17 0 0.99 0.13 70.05 0.98 0.44
Hex BA DF 2 11 0 63 D 46 62 2C
Octal 272 337 2 21 0 143 15 106 142 54
Binary 10111010 11011111 10 10001 0 1100011 1101 1000110 1100010 101100

Color Harmonies of #BADF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADF02

Black with #BADF02

Text Example


Text Example

White with #BADF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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