Html Css Color HEX #BAEF11 Inch Worm

📋 copy color: '#BAEF11'

red 186 ◦ green 239 ◦ blue 17

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

Shades of Inch Worm #BAEF11

Tints of Inch Worm #BAEF11

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.07%

 BLUE value IS 17 (7.03% from 255) = 3.85%

R = 42.08%
G = 54.07%
B = 3.85%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#BAEF11 (or 0xBAEF11) is known color: Inch Worm. HEX triplet: BA, EF and 11. RGB value is (186,239,17). Sum of RGB (Red+Green+Blue) = 186+239+17=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 17 (7.03% from 255 or 3.85% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEF11 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BAEF11 is #4510EE. Grayscale: #C6C6C6. Windows color (decimal): -4526319 or 1175482. OLE color: 1175482.

HSL color Cylindrical-coordinate representation of color #BAEF11: hue angle of 74.32º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BAEF11 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 239 17 -
CMYK 0.22 0 0.93 0.06
HSL 74.32º 0.87% 0.5% -
HSV(B) 74.32º 0.93% 0.94% -
XYZ 51.22 72.21 11.77 -
YUV 197.85 25.94 119.55 -
System Red Green Blue C M Y K H S L
Decimal 186 239 17 0.22 0 0.93 0.06 74.32 0.87 0.5
Hex BA EF 11 16 0 5D 6 4A 57 32
Octal 272 357 21 26 0 135 6 112 127 62
Binary 10111010 11101111 10001 10110 0 1011101 110 1001010 1010111 110010

Color Harmonies of #BAEF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEF11

Black with #BAEF11

Text Example


Text Example

White with #BAEF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEF11; }

 p { color: rgb(186,239,17); }

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

background-color css

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

 a { background-color: rgb(186,239,17); }

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

border-color css

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

 span { border-color: rgb(186,239,17); }

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